Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 1 | -11/+29 |
| | |||||
* | Upgraded BCEL annotation support - can now get an immutable form of ↵ | aclement | 2005-06-08 | 2 | -0/+0 |
| | | | | annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files. | ||||
* | Two more generics testcases working. | aclement | 2005-06-08 | 1 | -8/+12 |
| | |||||
* | Upgraded BCEL annotation support - can now get an immutable form of ↵ | aclement | 2005-06-08 | 14 | -12/+90 |
| | | | | annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files. | ||||
* | tests for pr84260: static imports | aclement | 2005-06-08 | 5 | -0/+39 |
| | |||||
* | Improved generic ITD tests. | aclement | 2005-06-08 | 3 | -2/+5 |
| | |||||
* | add getters for visitor, turned on poincut test case | avasseur | 2005-06-08 | 25 | -142/+219 |
| | |||||
* | Tests and fix for pr98646: "Parser cannot parse varargs correctly". Fix is ↵ | aclement | 2005-06-07 | 3 | -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) | aclement | 2005-06-07 | 1 | -5/+5 |
| | |||||
* | Fix and tests for PR94167: NPE in reflection API. Fix submitted by Ron Bodkin. | aclement | 2005-06-07 | 7 | -3/+38 |
| | |||||
* | p -> append again! | acolyer | 2005-06-07 | 1 | -48/+48 |
| | |||||
* | p -> append | acolyer | 2005-06-07 | 1 | -53/+53 |
| | |||||
* | Remove Java 5 autoboxing dependency that has been introduced. | aclement | 2005-06-07 | 1 | -7/+6 |
| | |||||
* | mock test to avoid junit no test in there (temp / waiting for Adrian fix in ↵ | avasseur | 2005-06-07 | 1 | -0/+4 |
| | | | | parser) | ||||
* | test case for pattern visitor, issue with varargs so test case for Adrian to ↵ | avasseur | 2005-06-07 | 6 | -13/+2509 |
| | | | | fix it | ||||
* | finally fixed 75442+78383, impl a visitor pattern in patterns package, ↵ | avasseur | 2005-06-07 | 45 | -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 now | wisberg | 2005-06-03 | 2 | -0/+217 |
| | |||||
* | perClause inheritance in @AJ (in ajdt module), fixed FIXME AV | avasseur | 2005-06-03 | 24 | -125/+364 |
| | |||||
* | this update also includes the additional pseudo-tokens needed for parsing ↵ | acolyer | 2005-06-02 | 2 | -0/+0 |
| | | | | type parameter declarations inside the weaver / pattern parser | ||||
* | Fix for LTW tests, can now find the ant locator for running the tests. | aclement | 2005-06-02 | 1 | -0/+1 |
| | |||||
* | temporary test removal until Alex can get synchronized. | aclement | 2005-06-02 | 1 | -3/+4 |
| | |||||
* | special-casing 1.5 tests - now runs all non-java-5 tests in 1.3, and ↵ | wisberg | 2005-06-02 | 1 | -1/+8 |
| | | | | includes java 5 modules if running in a 1.5 VM. | ||||
* | 4 additional tests passing... | acolyer | 2005-06-02 | 1 | -12/+12 |
| | |||||
* | parser updates for generics in ITDs. | acolyer | 2005-06-02 | 2 | -0/+0 |
| | |||||
* | fix some glitches in test cases to ensure that these are legal AspectJ ↵ | acolyer | 2005-06-02 | 4 | -6/+6 |
| | | | | declarations... | ||||
* | Andrew Huff's patch for the -log option | acolyer | 2005-06-02 | 4 | -68/+64 |
| | |||||
* | Andrew Huff's patch fixing miscellaneous ajdoc NPEs.... | acolyer | 2005-06-02 | 4 | -20/+66 |
| | |||||
* | GenericsWork: ITD testcases, commented out - needs parser work first. | aclement | 2005-06-02 | 2 | -3/+149 |
| | |||||
* | GenericsWork: ITD testcode | aclement | 2005-06-02 | 12 | -0/+136 |
| | |||||
* | GenericsWork: testcase | aclement | 2005-06-02 | 1 | -0/+7 |
| | |||||
* | fix for weaver test suite where munger don't have a concrete aspect attached | avasseur | 2005-06-02 | 2 | -3/+3 |
| | |||||
* | New compat level added to help people who want to pull AspectJ builds into ↵ | aclement | 2005-06-01 | 1 | -0/+1 |
| | | | | AJDT themselves. | ||||
* | GenericsWork: 5 new generics tests. | aclement | 2005-06-01 | 2 | -0/+53 |
| | |||||
* | Patch for 81846: Submitted by Attila Lendvai. Seems to just be hiding a ↵ | aclement | 2005-06-01 | 1 | -2/+2 |
| | | | | problem where we report errors on empty lines though ?!? | ||||
* | GenericsWork: Minor mod to Member.typesToSignature() call - now the caller ↵ | aclement | 2005-06-01 | 2 | -2/+2 |
| | | | | can request raw type or parameterized type info. | ||||
* | GenericsWork: simplified now typeX's know about raw type info | aclement | 2005-06-01 | 1 | -5/+0 |
| | |||||
* | GenericsWork: TypeX's know their rawTypeSignature in addition to their ↵ | aclement | 2005-06-01 | 1 | -9/+28 |
| | | | | parameterized signature. | ||||
* | GenericsWork: marked declaredSignature as potentially redundant - review ↵ | aclement | 2005-06-01 | 1 | -1/+1 |
| | | | | prior to 1.5.0 completion | ||||
* | GenericsWork: signature parsing made generics aware. Added ↵ | aclement | 2005-06-01 | 1 | -12/+46 |
| | | | | getDeclaredSignature() - not currently used yet ... may yet prove redundant... | ||||
* | GenericsWork: new test programs for bug reports. | aclement | 2005-06-01 | 4 | -0/+60 |
| | |||||
* | GenericsWork: packaged version of new BCEL features for supporting generics. ↵ | aclement | 2005-06-01 | 2 | -0/+0 |
| | | | | work in progress. | ||||
* | GenericsWork: testcode for verifying signature parsing is behaving. work in ↵ | aclement | 2005-06-01 | 2 | -2/+197 |
| | | | | progress. | ||||
* | GenericsWork: Some sick signatures that are possible, not all currently used ↵ | aclement | 2005-06-01 | 2 | -0/+36 |
| | | | | in testing | ||||
* | GenericsWork: Angly aware signature processing. | aclement | 2005-06-01 | 1 | -4/+26 |
| | |||||
* | GenericsWork: Lots of changes in here, tidying stuff up, moving it around. ↵ | aclement | 2005-06-01 | 1 | -562/+577 |
| | | | | Have made some of the signature processing generics aware (still work in progress) - also started adding new parsing code for the more complex signatures we are likely to encounter, this is tested but not currently used anywhere. See GenericSignatureParsingTest | ||||
* | GenericsWork: Members now recognize that they can have a signature attribute ↵ | aclement | 2005-06-01 | 1 | -1/+35 |
| | | | | attached that records the signature pre-erasure. It is accessible through 'getDeclaredSignature()' and is resolved lazily. | ||||
* | ignore bintest directories | acolyer | 2005-05-31 | 17 | -1/+19 |
| | |||||
* | test case fix | avasseur | 2005-05-31 | 3 | -10/+6 |
| | |||||
* | bug 97408 - extra newline | wisberg | 2005-05-31 | 1 | -1/+0 |
| | |||||
* | @AJ aspect inheritance and static pc ref | avasseur | 2005-05-31 | 7 | -3/+124 |
| |