Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ITD inner type tests: replace '_' by '__' | Alexander Kriegisch | 2024-02-13 | 31 | -66/+59 |
| | | | | | | | | | Classes and methods named '_' are no longer allowed in ECJ, obviously also not for old target versions like 1.5. This probably is due to the added support for unnamed patterns and classes in the latest upstream JDT Core merge. Therefore, we simply rename '_' to '__'. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | itd inners - fixed: needed a reference or wouldn't create the attribute. | aclement | 2010-12-06 | 2 | -0/+17 |
| | |||||
* | intertype inner types | aclement | 2010-11-24 | 2 | -0/+17 |
| | |||||
* | itd inners: testcode | aclement | 2010-06-11 | 2 | -0/+7 |
| | |||||
* | itd inners: testcode | aclement | 2010-06-11 | 40 | -0/+385 |
| | |||||
* | generics and ITD inner class updates | aclement | 2010-06-08 | 3 | -0/+60 |
| | |||||
* | itd inner classes | aclement | 2010-06-07 | 12 | -0/+141 |
| | |||||
* | 299552: private ITD fields stay private in target (with unmangled name) | aclement | 2010-01-21 | 14 | -0/+213 |