aboutsummaryrefslogtreecommitdiff
path: root/src_eclipseagent/lombok/eclipse/agent/PatchFixes.java
AgeCommit message (Collapse)Author
2009-10-16Fixed 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-13The 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-10Renaming an inner type, or a type in a linked file, still failed. Now it works.Roel Spilker
2009-10-09After 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-07Removed debug printsReinier Zwitserloot
2009-10-07Fully 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-29Everything seems to be working smoothly! Perhaps time to make this the main ↵Reinier Zwitserloot
branch...