Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-12 | We were tracking ideas for annotations on the window, but writing on those ↵ | Reinier Zwitserloot | |
gets old fast, so moved it to a text file. | |||
2009-06-10 | Added more good ideas. | Reinier Zwitserloot | |
2009-06-09 | Build system splits the jars in two. | Reinier Zwitserloot | |
2009-06-09 | Major bugfix. | Reinier Zwitserloot | |
2009-06-09 | Many changes: | Reinier Zwitserloot | |
- Split off the actual agent work into a separate src package in preparation for creating separate jars. Involved a lot of renaming - Renamed TransformCompilationUnitDeclaration to TransformEclipseAST, as this class will also be transforming e.g. MethodDeclaration objects. - Expanded the patching to also patch in transform calls when the parser fills in the Statement array for existing constructors, methods, and initializers. - Redesigned the ClassLoaderWorkaround class quite a bit. - Positioning should not work correctly ('jump to method' should jump to the getter annotation). (Apparently, Clinit objects are always fully parsed in the original run, so no need to patch anything there). | |||
2009-06-08 | @Getter now TOTALLY WORKS in eclipse! W00t! | Reinier Zwitserloot | |
Also made the handling of lombokisms in eclipse a little more frameworky, though there's still plenty to be done. | |||
2009-06-08 | Improving on the structure a little. | Reinier Zwitserloot | |
2009-06-08 | Initial commit. As a proof of concept, it already works in javac and eclipse! | Reinier Zwitserloot | |