aboutsummaryrefslogtreecommitdiff
path: root/src_eclipseagent/lombok/eclipse/agent/EclipsePatcher.java
AgeCommit message (Expand)Author
2009-10-07Fixed one of our patch scripts that presumed any convert() method with 1 para...Reinier Zwitserloot
2009-10-07Fully moved to using the lombok.patcher project. Means our dependency on ASM ...Reinier Zwitserloot
2009-09-29bugfix in name of class to patch.Reinier Zwitserloot
2009-09-29Everything seems to be working smoothly! Perhaps time to make this the main b...Reinier Zwitserloot
2009-09-26Rewrite of the eclipse agent to use the new lombok.patcher project.Reinier Zwitserloot
2009-09-23BIIG change to the eclipse agent: Now all patcher classes represent themselve...Reinier Zwitserloot
2009-09-01Added a simple rewriter to the catch block finder of ASTConverter: If it can'...Reinier Zwitserloot
2009-07-05More documentation.Reinier Zwitserloot
2009-07-05[TRIVIAL]Reinier Zwitserloot
2009-06-28Removed a debug print.Reinier Zwitserloot
2009-06-28Preparating for java 1.5-ification. All stuff that isn't specific to javac sh...Reinier Zwitserloot
2009-06-19Finding lombok.jar would fail if you had any spaces in the path. Fixed that.Reinier Zwitserloot
2009-06-19Live reloading of the eclipse parser classes is technically supported by the ...Reinier Zwitserloot
2009-06-19Renamed EclipseParserPatcher to EclipsePatcher, as it patches not just the pa...Reinier Zwitserloot
2009-06-19List of stuff we still need to do as well as research notes on how to get there.Reinier Zwitserloot