Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust 1.6.1 'testRunningBrokenCode_pr102733*' tests ECJ Java 22 | Alexander Kriegisch | 2024-03-23 | 3 | -13/+44 |
| | | | | | | | | | | | | | | | | | | | | | Initially, these tests made sure that an old AJC bug causing incompatibility to ECJ when using `-proceedOnError` was fixed and there were no regressions. See also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=102733 Now with the Java 22 changes for JEP 463 "Implicitly Declared Classes and Instance Main Methods (Second Preview)" in JDT Core, source code is parsed into a significantly different AST structure than before, even when using compiler targets < 22. See also https://openjdk.org/jeps/463. One test has been temporarily adjusted to the byte code created by ECJ/AJC now. TODO: Revert/adjust after this upstream bug has been fixed: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2205 Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 3 | -91/+91 |
| | | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | moved to 163 | aclement | 2008-10-29 | 2 | -13/+0 |
| | |||||
* | 237447: test and fix: nested parameterization | aclement | 2008-06-18 | 4 | -0/+35 |
| | |||||
* | 173978: testcode | aclement | 2008-06-17 | 2 | -0/+13 |
| | |||||
* | 237419: testcode | aclement | 2008-06-17 | 5 | -0/+35 |
| | |||||
* | 203367: testcase added | aclement | 2008-06-17 | 1 | -0/+43 |
| | |||||
* | 198196: prevent stackoverflow | aclement | 2008-06-17 | 1 | -1/+4 |
| | |||||
* | 237381: testcode | aclement | 2008-06-17 | 2 | -0/+32 |
| | |||||
* | 134425: testcode | aclement | 2008-06-16 | 2 | -0/+22 |
| | |||||
* | 198196: testcode | aclement | 2008-06-16 | 5 | -0/+51 |
| | |||||
* | 102733: broken code support, wooo | aclement | 2008-06-13 | 4 | -0/+34 |
| | |||||
* | test and fix for 168982: message on ataspectj nonabstract generic aspect | aclement | 2008-06-11 | 1 | -0/+17 |
| | |||||
* | 234933: test and partial fix, just for adviceDidNotMatch so far. | aclement | 2008-06-11 | 1 | -0/+8 |
| | |||||
* | 223226: test and fix for NPE and duplicate signature | aclement | 2008-06-11 | 6 | -0/+26 |
| | |||||
* | 197719: second testcase | aclement | 2008-06-11 | 5 | -0/+128 |
| | |||||
* | 197719: test and fix: advising protected method calls from inner classes | aclement | 2008-06-11 | 3 | -0/+27 |
| | |||||
* | 230075: testcode | aclement | 2008-06-10 | 4 | -0/+23 |
| | |||||
* | tests for 159268, 235505, 64222 (all parser related) | aclement | 2008-06-10 | 4 | -0/+35 |
| | |||||
* | 174385: testcode, almost working | aclement | 2008-06-10 | 1 | -0/+23 |
| | |||||
* | 199130: test and fix - checking aspect bounds for generic aspects | aclement | 2008-06-10 | 2 | -0/+20 |
| | |||||
* | 199130: testcode | aclement | 2008-06-10 | 2 | -0/+16 |
| | |||||
* | test and fix for 226201 - convert return type of generic advice to ↵ | aclement | 2008-06-08 | 1 | -0/+23 |
| | | | | parameterized type | ||||
* | 235829: test and fix: generic sigs and inner classes | aclement | 2008-06-05 | 3 | -0/+29 |
| | |||||
* | 235597: test and fix: annotations on generic methods | aclement | 2008-06-04 | 3 | -0/+74 |
| | |||||
* | 235204: test | aclement | 2008-06-03 | 1 | -0/+21 |
| | |||||
* | 233838: testcode: itd and declare precedence | aclement | 2008-05-27 | 2 | -0/+34 |
| | |||||
* | 227401: test and fix - use correct declaring type when building tjp so ↵ | aclement | 2008-05-22 | 3 | -0/+133 |
| | | | | getDeclaringType() works at runtime | ||||
* | 231478: testcode | aclement | 2008-05-12 | 4 | -0/+4 |
| | |||||
* | 227993: annotation value matching support for field annotations. plus ↵ | aclement | 2008-05-10 | 1 | -0/+41 |
| | | | | hashcode/equals on annotationtypepatterns where it was missing! | ||||
* | 231187: test and fix. Do the parameterization check after ITDs have applied | aclement | 2008-05-08 | 6 | -0/+64 |
| | |||||
* | 231187: test and fix. Do the parameterization check after ITDs have applied | aclement | 2008-05-08 | 6 | -0/+64 |
| | |||||
* | 230134: testcode | aclement | 2008-05-05 | 5 | -0/+490 |
| | |||||
* | 229910 - dont generate bad code for around advice on fieldset for an ↵ | aclement | 2008-05-02 | 1 | -0/+31 |
| | | | | inherited field | ||||
* | 226567: test and fix - generic return types and overridden methods | aclement | 2008-04-24 | 4 | -0/+41 |