index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src_eclipseagent
Age
Commit message (
Expand
)
Author
2009-10-10
Renaming an inner type, or a type in a linked file, still failed. Now it works.
Roel Spilker
2009-10-09
Also prevented generated nodes from being removed from ASTRewriter.
Reinier Zwitserloot
2009-10-09
After a 4 hour crazy search, we found it! Rename Compilation Unit refactor sc...
Reinier Zwitserloot
2009-10-08
The lombok.patcher project renamed one of the builder methods to a better name.
Reinier Zwitserloot
2009-10-08
organized the various patch scripts into separate methods that have sensible ...
Reinier Zwitserloot
2009-10-07
Fixed one of our patch scripts that presumed any convert() method with 1 para...
Reinier Zwitserloot
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
2009-09-29
bugfix in name of class to patch.
Reinier Zwitserloot
2009-09-29
Everything seems to be working smoothly! Perhaps time to make this the main b...
Reinier Zwitserloot
2009-09-26
Rewrite of the eclipse agent to use the new lombok.patcher project.
Reinier Zwitserloot
2009-09-23
BIIG change to the eclipse agent: Now all patcher classes represent themselve...
Reinier Zwitserloot
2009-09-03
Added a bunch of javadoc. No other changes.
Reinier Zwitserloot
2009-09-01
[TRIVIAL]
Reinier Zwitserloot
2009-09-01
Added a simple rewriter to the catch block finder of ASTConverter: If it can'...
Reinier Zwitserloot
2009-09-01
Removed the various debug assist code in ClassLoaderWorkaround; the feature w...
Reinier Zwitserloot
2009-09-01
Fixed issue #26: Starting eclipse's help feature just shows you a 500 error, ...
Reinier Zwitserloot
2009-07-06
Last massive documentation dump. All basic javadoc is now done, though especi...
Reinier Zwitserloot
2009-07-05
More documentation.
Reinier Zwitserloot
2009-07-05
[TRIVIAL]
Reinier Zwitserloot
2009-06-28
Removed a debug print.
Reinier Zwitserloot
2009-06-28
Preparating for java 1.5-ification. All stuff that isn't specific to javac sh...
Reinier Zwitserloot
2009-06-19
Finding lombok.jar would fail if you had any spaces in the path. Fixed that.
Reinier Zwitserloot
2009-06-19
Moved ClassLoaderWorkaround from 'java.lombok' to 'java.lombok.eclipse' as it...
Reinier Zwitserloot
2009-06-19
Live reloading of the eclipse parser classes is technically supported by the ...
Reinier Zwitserloot
2009-06-19
Renamed EclipseParserPatcher to EclipsePatcher, as it patches not just the pa...
Reinier Zwitserloot
2009-06-19
List of stuff we still need to do as well as research notes on how to get there.
Reinier Zwitserloot
2009-06-15
Fixed showstopper bugs we ran into when actually running with these changes. ...
Reinier Zwitserloot
2009-06-15
Renamed lombok.agent.eclipse to lombok.eclipse.agent
Reinier Zwitserloot
2009-06-15
Now you no longer need to add a -Xbootclasspath/a parameter to eclipse.ini; t...
Reinier Zwitserloot
2009-06-12
After spending 3 hours chasing down a NullPointerException inside the native ...
Reinier Zwitserloot
2009-06-12
Removed the WeakHashMap for caching EclipseAST objects; obviously wasn't work...
Reinier Zwitserloot
2009-06-12
Singularly massive code change, too hard to document. Basically, hooking now ...
Reinier Zwitserloot
2009-06-09
Major bugfix.
Reinier Zwitserloot
2009-06-09
Many changes:
Reinier Zwitserloot