Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-16 | Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ↵ | Reinier Zwitserloot | |
process fixed a lot of type annoyance by adding more generics. Also changed coding style from for/while/if/switch/catch/do ( expr ) {} to for (expr) {}, hence the changes _everywhere_. | |||
2009-10-13 | The ORIGINAL flag seems to be some sort of 'generated code' marker, and it ↵ | Reinier Zwitserloot | |
does do something, but not enough. Still, we clear it, for the little good it does do. | |||
2009-10-10 | Renaming an inner type, or a type in a linked file, still failed. Now it works. | Roel Spilker | |
2009-10-09 | After a 4 hour crazy search, we found it! Rename Compilation Unit refactor ↵ | Reinier Zwitserloot | |
script now works fine, even if your class has a @Data annotation. | |||
2009-10-07 | Removed debug prints | Reinier Zwitserloot | |
2009-10-07 | Fully moved to using the lombok.patcher project. Means our dependency on ASM ↵ | Reinier Zwitserloot | |
is no longer needed (our dep on lombok-patcher takes care of it), and the old EclipseTransformer system has been removed. | |||
2009-09-29 | Everything seems to be working smoothly! Perhaps time to make this the main ↵ | Reinier Zwitserloot | |
branch... |