Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Java23 support | Andrew Clement | 7 days | 6 | -29/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The huge change with adopting Java23 is that 1.1 > 1.7 Java are now considered unsupported by Eclipse JDT, so the many thousands of tests we have that were specifying java versions lower than 1.8 were all failing with an unsupported version error. All those tests have had their versions bumped to 1.8. That is why this commit includes so many changes. For example where we were specifying 1.5 - which was the case for many many generics/annotations tests, that is now 1.8. Also, some tests have been deleted because they make no sense now (verifying expected errors on Java 1.4 for example, errors that just can’t happen with minimum Java level 1.8). The biggest impact to tests was when bumping above 1.4 compliance suddenly there were 100s of adviceDidNotMatch messages. Some of these messages were actual indications of bad expectations in the test but many of them were just to-be-expected and were fixed either via an -Xlint:ignore option in the test spec or a SuppressAjWarnings in the test source. One or two tests actually revealed real bugs that just didn’t surface with lower level java versions specified. A bare minimum of real Java 23 tests have been added just to get this sanity tested and committed. More would ideally be added. Other notable changes due to Eclipse JDT changes: org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/*.java Changes in here because there are now more validations on the code generator methods we were calling. Now you can’t start manipulating variables without having declared them as proper local variables, so those extra calls to define them have been added. org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom With needing to bump up the java versions, these classes had to be brought up to date with AST.JLS20 rather than only supporting versions 2/3. This was mostly copying patterns for the Eclipse classes. | ||||
* | moved to 164 | aclement | 2009-03-03 | 1 | -21/+0 |
| | |||||
* | 148508, 265418: tests and fixes: array and varargs subtype patterns | aclement | 2009-02-19 | 1 | -23/+0 |
| | |||||
* | testcode for 241861 and 148508 | aclement | 2008-09-30 | 4 | -0/+50 |
| | |||||
* | 247683: test and fix: annotations on array delegates | aclement | 2008-09-29 | 1 | -0/+12 |
| | |||||
* | binary handles testcase - commented out | aclement | 2008-09-18 | 3 | -0/+6 |
| | |||||
* | 246918: perclause: testcode | aclement | 2008-09-11 | 9 | -0/+64 |
| | |||||
* | 246264: test and fix | aclement | 2008-09-04 | 1 | -0/+19 |
| | |||||
* | 211607: test and fix | aclement | 2008-08-27 | 1 | -0/+93 |
| | |||||
* | 163005: testcode | aclement | 2008-08-22 | 3 | -0/+21 |
| | |||||
* | 176905: test and fix | aclement | 2008-08-22 | 1 | -0/+24 |
| | |||||
* | 198341: test and fix | aclement | 2008-08-22 | 1 | -0/+30 |
| | |||||
* | 209051: promoted test 154>162 | aclement | 2008-08-22 | 1 | -0/+21 |
| | |||||
* | 197720: test and fix: annotation matching on parameterized member | aclement | 2008-08-22 | 5 | -0/+126 |
| | |||||
* | 211146: testcode: generics info lost from itds | aclement | 2008-08-21 | 6 | -0/+170 |
| | |||||
* | 194429: test and fix: include context in error | aclement | 2008-08-21 | 1 | -0/+18 |
| | |||||
* | 210114: test and fix: errors for compiler limitations become warnings | aclement | 2008-08-21 | 1 | -0/+20 |
| | |||||
* | 244830: test and fix: only initfailurecase field in singleton aspect | aclement | 2008-08-21 | 1 | -0/+26 |
| | |||||
* | 222648: testcode | aclement | 2008-08-20 | 7 | -0/+99 |
| | |||||
* | remove unnecessary files | aclement | 2008-08-20 | 2 | -25/+0 |
| | |||||
* | 145391: moved tests 152>162 and fixed them | aclement | 2008-08-20 | 4 | -0/+88 |
| | |||||
* | 239539: test and fix: better message when cannot override pointcut due to it ↵ | aclement | 2008-08-20 | 3 | -0/+30 |
| | | | | not being visible | ||||
* | 240693: test and fix: generic type defined inside around advice (mad) | aclement | 2008-08-19 | 3 | -0/+47 |
| | |||||
* | 241047: test and fix: when pipelining we have to ask the generic type for ↵ | aclement | 2008-08-19 | 4 | -0/+33 |
| | | | | its super interfaces as thats where they will be until it has gone through the pipeline | ||||
* | 242797: crappy bounds checking in TypeVariable | aclement | 2008-08-19 | 6 | -0/+63 |
| | |||||
* | 242797: npe in TypeVariable after deserialization since interfacebounds not ↵ | aclement | 2008-08-19 | 3 | -0/+32 |
| | | | | correctly initialized | ||||
* | removed blank lines | aclement | 2008-08-13 | 1 | -2/+2 |
| | |||||
* | 241047: testcode | aclement | 2008-08-13 | 8 | -0/+72 |
| | |||||
* | 242797: a testcase | aclement | 2008-08-13 | 10 | -0/+71 |
| | |||||
* | 238992: test and fix: string anno values | aclement | 2008-07-31 | 1 | -0/+36 |
| | |||||
* | 241847: test added, commented out | aclement | 2008-07-30 | 5 | -0/+50 |
| | |||||
* | 241861: test | aclement | 2008-07-24 | 3 | -0/+14 |
| | |||||
* | 198181 - testcode | aclement | 2008-07-17 | 3 | -0/+31 |
| | |||||
* | 239441 - testcode and fix | aclement | 2008-07-17 | 3 | -0/+27 |
| | |||||
* | 238992: test and fix | aclement | 2008-07-07 | 4 | -0/+144 |
| | |||||
* | 162 test infra | aclement | 2008-07-03 | 2 | -0/+34 |