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
/
lombok
/
eclipse
/
agent
/
EclipsePatcher.java
Age
Commit message (
Expand
)
Author
2011-11-24
Syntax and occurrence highlighting now skip generated positions
jvanderhel
2011-11-15
Merge branch 'Issue_263' of https://github.com/jvanderhel/lombok into jvander...
Reinier Zwitserloot
2011-11-15
Merge branch 'Issue_138' of https://github.com/jvanderhel/lombok into jvander...
Reinier Zwitserloot
2011-11-13
disabling lombok for all postsavelisteners proved to cause some postsave acti...
jvanderhel
2011-11-12
patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method...
jvanderhel
2011-11-11
Lombok generated members are now handled better in a ListRewrite (like genera...
jvanderhel
2011-11-11
MethodDeclarations and their SimpleName(s) are now marked as generated when u...
jvanderhel
2011-11-10
Lombok disabled during ast creation in DefaultCodeFormatter & CleanUpPostSave...
jvanderhel
2011-11-07
Changed copyright notices
Roel Spilker
2011-08-16
Improve Extract method refactoring: you can extract method for code that also...
Roel Spilker
2011-08-16
Removed some leftovers from #164 debugging sessions
Roel Spilker
2011-08-01
Fixed issue 164. Oh yes. Party time!
Reinier Zwitserloot
2011-07-24
Merge branch 'i164diag'
Reinier Zwitserloot
2011-07-18
Fixes issue 232, now we also patch dom.SingleVariableDecls. Fixes val import ...
grootjans
2011-07-18
back-in-time debugging added. Of course now 164 isn't triggering anymore :/
Reinier Zwitserloot
2011-06-06
-javaagent:lombok.jar=ECJ should now work to enable lombok in any ecj-based t...
Reinier Zwitserloot
2011-05-17
Added a layer of indirection between the patched calls for delegate to guard ...
grootjans
2011-05-16
Whoops - previous commit has a grievous error in it. My bad. Fixed now.
Reinier Zwitserloot
2011-05-16
Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get NoSuch...
Reinier Zwitserloot
2011-01-02
Should fix issue #175, where annotations mysteriously appear to be copied to ...
Reinier Zwitserloot
2010-12-28
Using @Delegate to add a varargs method now works in eclipse (the varargs nat...
Reinier Zwitserloot
2010-11-22
Cleaned up the patch fixes in eclipse for finding end of identifier and start...
Reinier Zwitserloot
2010-11-14
eclipse: methods with their own type variables can now be delegated.
Reinier Zwitserloot
2010-11-14
Moved patch code specific to val and delegate to their own class.
Reinier Zwitserloot
2010-11-13
Jiggered the hook point a bit for eclipse 'delegate' support and it looks lik...
Reinier Zwitserloot
2010-11-11
Mostly fruitless work on making delegate work in eclipse.
Reinier Zwitserloot
2010-11-08
Ran into a one-off, non-repeatable problem involving arguments not binding co...
Reinier Zwitserloot
2010-11-08
'val' now also works in foreach loops, on both javac and ecj / eclipse.
Reinier Zwitserloot
2010-11-08
'val' with an array on the initializer didn't work in eclipse.
Reinier Zwitserloot
2010-11-07
'val' support for eclipse.
Reinier Zwitserloot
2010-08-15
Added name of compilation unit to error/warnings generated by postProcess.
Roel Spilker
2010-08-08
Post-compilation works in both Eclipse and ecj
Roel Spilker
2010-07-22
Updated copyright statements and version release name.
Reinier Zwitserloot
2010-07-21
Added some 'live debugging' - patches to improve error reporting for bugs tha...
Reinier Zwitserloot
2010-07-16
previous update to the code due to changes in lombok.patcher introduced a bug...
Reinier Zwitserloot
2010-04-24
Keeping pace with changes to lombok.patcher.
Reinier Zwitserloot
2009-12-29
EclipsePatcher now only patches needed stuff when in ECJ mode.
Reinier Zwitserloot
2009-12-23
work in progress on ecj support.
Reinier Zwitserloot
2009-12-01
Generalized the agent mechanism; now 1 lombok.jar can serve as the agent for ...
Reinier Zwitserloot
2009-11-25
Refactored the source folders.
Reinier Zwitserloot