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
/
handlers
Age
Commit message (
Expand
)
Author
2012-04-21
Now EclipseHandlerUtil.injectFields(..) also adds a <cinit> method
peichhorn
2012-04-03
Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...
Reinier Zwitserloot
2012-03-27
fixes for 'ant website' build target. Also fixing some errors in javadoc.
Reinier Zwitserloot
2012-03-26
Finished work on @Accessors
Reinier Zwitserloot
2012-03-26
Merge branch 'acc2' into accessors
Reinier Zwitserloot
2012-03-26
Updated findMethod with paramcount.
Reinier Zwitserloot
2012-03-22
Bug fixes for updates to getter/setter stuff based on @Accessors.
Reinier Zwitserloot
2012-03-21
Implementation of @Accessors.
Reinier Zwitserloot
2012-03-19
Fix for issue 342: @Deprecated annotation not propagated to generated getter...
Roel Spilker
2012-02-15
'val' is no longer legal in basic for loops now. Fixes issue #346
Reinier Zwitserloot
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
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
[next]