summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* placeholder JUnit tests, aspectjrt.jar finder, Java 5 testerwisberg2005-06-081-5/+51
|
* getBestFile(String[])wisberg2005-06-082-0/+81
|
* revamped builderwisberg2005-06-081-0/+0
|
* defining aspectj.modules.dir before importwisberg2005-06-081-1/+3
|
* revamped javadoc - separated runtime and weaver, handling offline executionwisberg2005-06-084-21/+232
|
* updated for new build/build.xml instead of build/build-master.xmlwisberg2005-06-081-22/+19
|
* @style if support, parser support for if() / if(true)/ if(false) [might lead ↵avasseur2005-06-0814-215/+379
| | | | to issue with code style to allow "if()" )
* Tests for 98901: annotation copying on public ITDsaclement2005-06-081-0/+46
|
* minor update...aclement2005-06-081-1/+1
|
* Tests and fixes for 98901: annotation copying on public ITDsaclement2005-06-085-14/+132
|
* Tests for 98901: annotation copying on public ITDsaclement2005-06-081-11/+29
|
* Upgraded BCEL annotation support - can now get an immutable form of ↵aclement2005-06-082-0/+0
| | | | annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files.
* Two more generics testcases working.aclement2005-06-081-8/+12
|
* Upgraded BCEL annotation support - can now get an immutable form of ↵aclement2005-06-0814-12/+90
| | | | annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files.
* tests for pr84260: static importsaclement2005-06-085-0/+39
|
* Improved generic ITD tests.aclement2005-06-083-2/+5
|
* add getters for visitor, turned on poincut test caseavasseur2005-06-0825-142/+219
|
* Tests and fix for pr98646: "Parser cannot parse varargs correctly". Fix is ↵aclement2005-06-073-33/+22
| | | | to make the tokenizer code understand '...' is an entire token rather than treating it as 3 dots.
* Prevent info messages coming out when on the command line (regression)aclement2005-06-071-5/+5
|
* Fix and tests for PR94167: NPE in reflection API. Fix submitted by Ron Bodkin.aclement2005-06-077-3/+38
|
* p -> append again!acolyer2005-06-071-48/+48
|
* p -> appendacolyer2005-06-071-53/+53
|
* Remove Java 5 autoboxing dependency that has been introduced.aclement2005-06-071-7/+6
|
* mock test to avoid junit no test in there (temp / waiting for Adrian fix in ↵avasseur2005-06-071-0/+4
| | | | parser)
* test case for pattern visitor, issue with varargs so test case for Adrian to ↵avasseur2005-06-076-13/+2509
| | | | fix it
* finally fixed 75442+78383, impl a visitor pattern in patterns package, ↵avasseur2005-06-0745-30/+1285
| | | | turned on LTWperClause tests (clean up will follow, just want this visitor in for now)
* proposed refactored script - still using targets in release/build.xml for nowwisberg2005-06-032-0/+217
|
* perClause inheritance in @AJ (in ajdt module), fixed FIXME AVavasseur2005-06-0324-125/+364
|
* this update also includes the additional pseudo-tokens needed for parsing ↵acolyer2005-06-022-0/+0
| | | | type parameter declarations inside the weaver / pattern parser
* Fix for LTW tests, can now find the ant locator for running the tests.aclement2005-06-021-0/+1
|
* temporary test removal until Alex can get synchronized.aclement2005-06-021-3/+4
|
* special-casing 1.5 tests - now runs all non-java-5 tests in 1.3, and ↵wisberg2005-06-021-1/+8
| | | | includes java 5 modules if running in a 1.5 VM.
* 4 additional tests passing...acolyer2005-06-021-12/+12
|
* parser updates for generics in ITDs.acolyer2005-06-022-0/+0
|
* fix some glitches in test cases to ensure that these are legal AspectJ ↵acolyer2005-06-024-6/+6
| | | | declarations...
* Andrew Huff's patch for the -log optionacolyer2005-06-024-68/+64
|
* Andrew Huff's patch fixing miscellaneous ajdoc NPEs....acolyer2005-06-024-20/+66
|
* GenericsWork: ITD testcases, commented out - needs parser work first.aclement2005-06-022-3/+149
|
* GenericsWork: ITD testcodeaclement2005-06-0212-0/+136
|
* GenericsWork: testcaseaclement2005-06-021-0/+7
|
* fix for weaver test suite where munger don't have a concrete aspect attachedavasseur2005-06-022-3/+3
|
* New compat level added to help people who want to pull AspectJ builds into ↵aclement2005-06-011-0/+1
| | | | AJDT themselves.
* GenericsWork: 5 new generics tests.aclement2005-06-012-0/+53
|
* Patch for 81846: Submitted by Attila Lendvai. Seems to just be hiding a ↵aclement2005-06-011-2/+2
| | | | problem where we report errors on empty lines though ?!?
* GenericsWork: Minor mod to Member.typesToSignature() call - now the caller ↵aclement2005-06-012-2/+2
| | | | can request raw type or parameterized type info.
* GenericsWork: simplified now typeX's know about raw type infoaclement2005-06-011-5/+0
|
* GenericsWork: TypeX's know their rawTypeSignature in addition to their ↵aclement2005-06-011-9/+28
| | | | parameterized signature.
* GenericsWork: marked declaredSignature as potentially redundant - review ↵aclement2005-06-011-1/+1
| | | | prior to 1.5.0 completion
* GenericsWork: signature parsing made generics aware. Added ↵aclement2005-06-011-12/+46
| | | | getDeclaredSignature() - not currently used yet ... may yet prove redundant...
* GenericsWork: new test programs for bug reports.aclement2005-06-014-0/+60
|