aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bit of missing support...aclement2005-01-312-2/+8
|
* AnnotationBinding testcases: call and execution. Also verifies annotations ↵aclement2005-01-3116-0/+556
| | | | in packages work correctly.
* Putting println back in.aclement2005-01-311-1/+1
|
* weaver manifest for aspectjweaver.jar (if it changes to using this)wisberg2005-01-291-0/+10
|
* initial support for building aspectj projectswisberg2005-01-291-0/+0
|
* aspectjweaver.jar and aspectjlib.jar product templateswisberg2005-01-292-0/+0
|
* build tests (skipped), enabled license tests again...wisberg2005-01-293-19/+138
|
* core of initial support for building aspectj projectswisberg2005-01-292-4/+123
|
* removed unused code/comments, added toString detailwisberg2005-01-291-140/+5
|
* aliases for aspectjlib.jar and aspectjweaver.jarwisberg2005-01-291-0/+4
|
* name, avoid build.xml if dir nullwisberg2005-01-291-1/+2
|
* 2005-6 licenses and copyrightswisberg2005-01-291-76/+31
|
* base version changed to 1.2, this year to 2005wisberg2005-01-291-3/+3
|
* initial support for building aspectj projectswisberg2005-01-291-13/+20
|
* avoiding bootstrap to make it easier to implement aspectj ant build *sigh*wisberg2005-01-293-13/+14
|
* copyright holder - test failed when enabled.wisberg2005-01-291-1/+1
|
* Initial library modulewisberg2005-01-298-0/+623
|
* .ajproperties to text from binarywisberg2005-01-291-2/+2
|
* Initial library modulewisberg2005-01-295-0/+83
|
* per... advice "may then" to "will only" run, per user discussionwisberg2005-01-281-4/+4
|
* Fix for Bug 3897mkersten2005-01-284-14/+41
| | | | add support for compiling in 1.5 mode to AJDE APIs and AJBrowser
* Removing string temporarily - might be interfering with XML output for test ↵aclement2005-01-281-1/+1
| | | | results.
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-1/+3
| | | | - Don't let the munger that adds the ptw field and methods match on an interface.
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-0/+2
| | | | - Don't try and put a static initializer in an interface.
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-273-10/+14
| | | | - moving Wes' test to the regression set.
* Fix for Bug 83645: pertypewithin({interface}) illegal field modifieraclement2005-01-271-0/+6
| | | | - Adding convenient subclass in testcase infrastructure
* Tests and fix for: Bug 83565mkersten2005-01-275-39/+65
| | | | BCException "bad type name" thrown when compiling
* skipping test on X feature said to be failing on the build machine, though ↵wisberg2005-01-271-2/+3
| | | | not locally.
* preliminary fork supportwisberg2005-01-271-1/+12
|
* refactoring, reformatting; support for generated test classes (latter not ↵wisberg2005-01-273-68/+263
| | | | checked in)
* old test for done signalwisberg2005-01-271-0/+44
|
* ignore binwisberg2005-01-271-0/+1
|
* Summary of implementation limitations carefully worded to avoid the term ↵wisberg2005-01-271-3/+60
| | | | "limitation" since Erik took it out. Proposed without objection on the mail list.
* support -showWeaveInfo in javac adapterwisberg2005-01-271-1/+3
|
* tests for PR48650 partial workaround - ughwisberg2005-01-272-0/+74
|
* hack workaround for 48650wisberg2005-01-272-14/+34
|
* Permit outjars to be used as injars in subsequent compile runswisberg2005-01-271-3/+21
|
* Fix for null arrays (from AV)aclement2005-01-261-1/+1
|
* Added isSynthetic() to keep Java5 compiler happy (isSynthetic() is a new ↵aclement2005-01-261-0/+4
| | | | method in the Member class)
* @AJ syntax (pr83626): changes to bcel from Alexaclement2005-01-263-2/+5
|
* Matthew fix for 83380: don't use enum as a variable name.aclement2005-01-261-2/+2
|
* @testcase PR83645 pertypewithin on interfacewisberg2005-01-252-0/+30
|
* Fix for Bug 83563: pertypewithin() handling of inner classesaclement2005-01-255-6/+84
|
* Matthew fix for 83380: don't use enum as a variable name.aclement2005-01-243-11/+11
|
* Correctly build jdtcore includes fix for 83423. (BinaryTypeBinding)aclement2005-01-242-0/+0
|
* Fix to ensure woven methods don't lose their annotations.aclement2005-01-249-82/+181
|
* First bit of implementing annotation checking in EclipseSourceType.aclement2005-01-241-1/+1
|
* This fix for 'c' values in annotations has been verified by Pepe. ↵aclement2005-01-245-1/+22
| | | | Committing source changes and testcase.
* Fix for type 'c' values in annotations - 'c' == 'Class'aclement2005-01-232-0/+0
|
* fix (*cough* hack) for annotations originating from class files required by ↵aclement2005-01-211-0/+0
| | | | the compiler... will it work ...