Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-29 | [fixes #2024] FieldNameConstants was causing lots of problems in eclipse, ↵ | Reinier Zwitserloot | |
especially with save actions. | |||
2019-01-28 | Replace sized array in toArray with 0 | Robert Wertman | |
This approach has been benchmarked to be marginally faster. Fixes #2030. | |||
2018-08-20 | Share the same class loader | Roland Praml | |
2018-04-10 | Potential fix for #1604 | Roel Spilker | |
2016-03-25 | Patch for renaming fields with Getter/Setter/Data in eclipse. | rgra | |
2015-07-08 | Fixes for eclipse mars. | Reinier Zwitserloot | |
2015-01-21 | * Fixed running ecj tests within eclipse | Reinier Zwitserloot | |
2015-01-20 | [shadowloader] all the patching we do for ecj are ALL entrypoints and need ↵ | Roel Spilker | |
shadowloader treatment. This commit makes it happen. |