summaryrefslogtreecommitdiffstats
path: root/ajde
Commit message (Collapse)AuthorAgeFilesLines
* rebuilt jars because of resolvedmember serialization change to remember type ↵aclement2005-07-2711-0/+0
| | | | variables.
* changed the serialized form of a WildTypePattern to remember generic info... ↵acolyer2005-07-2211-0/+0
| | | | standby for mass updates of binary comparison tests.
* unused imports (only)wisberg2005-06-091-1/+0
|
* update to binary format as part of generics workacolyer2005-06-0911-0/+0
|
* path-handling audit - mainly TODO, but some fixes/finderswisberg2005-06-0818-16/+47
|
* New compat level added to help people who want to pull AspectJ builds into ↵aclement2005-06-011-0/+1
| | | | AJDT themselves.
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* test failing, emailed mik to investigate. added empty pseudo-test required ↵wisberg2005-05-211-2/+2
| | | | by ant junit
* empty pseudo-test required by ant junitwisberg2005-05-211-0/+1
|
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-65/+3
|
* Reduced duplication of vm checking logic.aclement2005-05-121-14/+3
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-101-1/+1
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting
* Guard running the declare annotation weaving message test unless on a 1.5 vmaclement2005-05-041-0/+15
|
* Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare ↵aclement2005-05-046-2/+58
| | | | annotation
* MultiIncrementalSupport: the key change - looks in the ↵aclement2005-04-261-5/+31
| | | | IncrementalStateManager to see if it can locate state for a particular config
* MultiIncrementalSupport: reports build kind when claiming success.aclement2005-04-261-5/+11
|
* Useful guard method - prevents asking for properties twice through ajde.aclement2005-04-261-0/+4
|
* add aspectj5rt to classpathacolyer2005-04-251-1/+1
|
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+62
| | | | individually or via master in build module.
* Andys quest to reduce unnecessary test output.aclement2005-04-156-51/+59
|
* Configure weaver to behave in 1.5 way if Java compiler is configured that ↵aclement2005-04-071-0/+8
| | | | way in AJDT.
* Fix for a test that was relying on previous state lying around on disk from ↵aclement2005-04-061-4/+11
| | | | a previous test.
* new icons for annotation/enum, 'borrowed' from JDT UIaclement2005-03-243-1/+7
|
* guard on structure model dumping.aclement2005-03-241-1/+8
|
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-1011-0/+0
|
* Performance optimization - use stringbuffer (found using xray)aclement2005-02-081-3/+4
|
* missing copyright.aclement2005-02-081-3/+10
|
* Fix for Bug 3897mkersten2005-01-284-14/+41
| | | | add support for compiling in 1.5 mode to AJDE APIs and AJBrowser
* Tests and fix for: Bug 83565mkersten2005-01-274-0/+52
| | | | BCException "bad type name" thrown when compiling
* Get enum value fields to work in the ASM. Plus test reorg as we are now ↵aclement2005-01-201-0/+3
| | | | adding tests that will only run on 1.5
* All jars rebuilt with rev'd weaver version number 2.0 that we will use for ↵aclement2005-01-0711-0/+0
| | | | AspectJ5 (AJ1.2.1 had version 1.0)
* updated binary formacolyer2004-12-0911-0/+0
|
* updated binary formacolyer2004-12-0811-0/+0
|
* Rebuilt due to type munger attribute changeaclement2004-12-0711-0/+0
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-0611-0/+0
|
* This modified ordering (?!?) means you don't get silly .ajsym files left ↵aclement2004-12-031-3/+3
| | | | around that Eclipse wants you to check into CVS.
* Applied patch for bug#77799 "NullPointerException in StructureSearchManager"mkersten2004-11-041-1/+1
|
* Change to prevent "uses-pointcut" nodes from appearing by defaultmkersten2004-10-151-9/+13
| | | | within the structure views.
* Added "uses pointcut" relation to the ASM.mkersten2004-10-142-3/+39
|
* make the test tidy up after itself to reduce CVS conflicts.aclement2004-10-145-0/+5
|
* Fix for Bugzilla Bug 74238: Applet which uses cflow pointcut gets ↵aclement2004-10-143-0/+86
| | | | AccessControlException
* Fix for Bugzilla Bug 73334aclement2004-09-063-4/+4
| | | | Avoid clashes in the org.eclipse namespace by renaming our duplicates.
* Part of fix for AJDT bug 72671aclement2004-09-061-3/+26
| | | | Bootclasspath specification for compiling is not possible
* FindBugs: fixes.aclement2004-08-236-20/+24
|
* Line numbers moved so update expected resultsaclement2004-08-193-28/+28
|
* BcWeaverJarMaker updates - now line numbers have changed.aclement2004-08-1914-0/+0
|
* Fixed name :)aclement2004-08-171-1/+1
|
* remaining fix for 72016 (problem/type information flowing through AJDE)aclement2004-08-171-2/+20
|
* Fix for Bugzilla Bug 70241: outline view shows anonymous inner classes in ↵aclement2004-08-172-0/+111
| | | | different way than jdt outline