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
/
core
/
lombok
/
eclipse
Age
Commit message (
Expand
)
Author
2012-02-14
Update to error messages of @Log annotations.
Reinier Zwitserloot
2012-02-14
Bumped copyright years on recently (in 2012) changed sources.
Reinier Zwitserloot
2012-02-14
No more autobox/type coercion issues with @Getter(lazy=true) and primitive ty...
Reinier Zwitserloot
2012-02-14
'val' now works for member types whose outers have generics. (issue #343)
Reinier Zwitserloot
2012-01-30
Merge branch 'master' of github.com:rzwitserloot/lombok
Roel Spilker
2012-01-24
Fix for issue 328: @Delegate on a field for which we also generate a getter w...
Roel Spilker
2012-01-18
1) rollback of rollback fixRetrieveRightBraceOrSemiColonPosition
Jappe van der Hel
2012-01-09
Oops, used the wrong Argument
Roel Spilker
2011-12-20
Use newSourceEnd for sourceAnd calculation
Jappe van der Hel
2011-12-19
Merge branch 'master' of github.com:rzwitserloot/lombok
Reinier Zwitserloot
2011-12-19
Merge branch 'Issue_315' of https://github.com/jvanderhel/lombok into jvander...
Roel Spilker
2011-12-19
Removed statics and lots of parameters, reimplemented recalcSourcePosition
Roel Spilker
2011-12-19
Merge branch 'Issue_308' of https://github.com/jvanderhel/lombok into jvander...
Roel Spilker
2011-12-19
Merge branch 'typeLibrary'
Reinier Zwitserloot
2011-12-13
Refactored the type resolver, and made the 'find locally named classes that s...
Reinier Zwitserloot
2011-12-13
Fix for Issue 315: HandleLogger now sets all its sourcepositions and generate...
jvanderhel
2011-12-08
Fix for issue 308: Allows organize imports works with @Delegate Also fixes er...
jvanderhel
2011-11-29
Added missing setGeneratedBy on TypeReference (prevented a rename of class wi...
jvanderhel
2011-11-22
Added some more statementEnds to avoid errors in eclipse log
jvanderhel
2011-11-15
Merge branch 'Issue_263' of https://github.com/jvanderhel/lombok into jvander...
Reinier Zwitserloot
2011-11-13
Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en...
peichhorn
2011-11-12
patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method...
jvanderhel
2011-11-07
Changed copyright notices
Roel Spilker
2011-11-07
Instead of using the java 1.6 Arrays.copyOf method, we use System.arraycopy.
Robbert Jan Grootjans
2011-11-07
Fixed issue 295: Using log in static initializers
Robbert Jan Grootjans
2011-10-25
Fixed issue 289: non-static inner classes whose outer class has generics can'...
Reinier Zwitserloot
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-09-30
[issue #278]: Assigned final fields and @AllArgsConstructor
peichhorn
2011-08-17
Make Extract Method work without affecting the rendering of the java file.
Roel Spilker
2011-08-16
Improve Extract method refactoring: you can extract method for code that also...
Roel Spilker
2011-08-16
Trivial
Roel Spilker
2011-08-15
Merge branch 'delombok_java7'
Reinier Zwitserloot
2011-08-15
Optimized the 'val' search; previously a fairly lengthy import list check was...
Reinier Zwitserloot
2011-08-15
Removed support for onMethod, onParam and onConstructor due to javac7 type in...
Roel Spilker
2011-08-12
Make extract method work with @Cleanup and @Synchronized
Roel Spilker
2011-08-08
trivial
Roel Spilker
2011-08-06
fixed Issue 248:
peichhorn
2011-08-01
Fixed issue 164. Oh yes. Party time!
Reinier Zwitserloot
2011-07-25
Works around issue 217. it's not a proper fix but better than 0.10.0-RC1.
Reinier Zwitserloot
2011-07-18
Upgraded the issue 164 reporter to replace what we had. I think we'll roll th...
Roel Spilker
2011-07-18
back-in-time debugging added. Of course now 164 isn't triggering anymore :/
Reinier Zwitserloot
2011-07-18
Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...
Roel Spilker
2011-06-20
whoops, a very minor nit in synchronized which also caused a test to fail fixed.
Reinier Zwitserloot
2011-06-20
Minor tweaks to documentation updates (javadocs, website).
Reinier Zwitserloot
2011-06-20
fixed @Synchronized.
Reinier Zwitserloot
2011-06-20
Added ability for annotation handlers to be invoked in the diet parse phase e...
Reinier Zwitserloot
2011-06-20
Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...
Reinier Zwitserloot
2011-06-20
as lombok never runs as AP anymore in ecj, the 'show some more info for bug 1...
Reinier Zwitserloot
2011-06-13
Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because...
Reinier Zwitserloot
2011-06-02
Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...
Reinier Zwitserloot
[next]