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-08-24
There is now an 'override this method' alternative for
Reinier Zwitserloot
2012-08-13
FieldDefaults (and Value) did not call .rebuild() after changing modifiers. T...
Reinier Zwitserloot
2012-08-10
* Added priorities to handlers, along with implementation of the priority sys...
Reinier Zwitserloot
2012-08-06
Added @Value and @FieldDefaults implementations for javac and ecj, the annota...
Reinier Zwitserloot
2012-08-06
fully tested the HandleWither impl for eclipse.
Reinier Zwitserloot
2012-08-06
Merge branch 'master' into wither
Reinier Zwitserloot
2012-08-06
Untested implementation of HandleWither for eclipse along with minor refactor...
Reinier Zwitserloot
2012-07-22
A potential fix for issue #394; Memory leaks in eclipse introduced in lombok ...
Reinier Zwitserloot
2012-07-16
fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstru...
Reinier Zwitserloot
2012-07-12
Wither support + tests (javac only; ecj tests are currently set to ignore).
Reinier Zwitserloot
2012-07-11
Fielding a request to make some stuff public. The things made public are alre...
Reinier Zwitserloot
2012-07-02
Merge branch 'master' of github.com:rzwitserloot/lombok
grootjans
2012-07-02
Simplified method injection into Eclipse. Pre-3.6 version of Eclipse seemed
grootjans
2012-07-02
Generated methods used to be inserted one higher than the intended place
grootjans
2012-07-02
Added print position feature to @PrintAST
grootjans
2012-06-25
Add positions to generated constructor call (issue 336)
Roel Spilker
2012-06-18
Fixed Help Content in Eclipse / ecj support.
Robbert Jan Grootjans
2012-06-18
Fix for issue 376 for Eclipse
Roel Spilker
2012-06-12
Port of lombok-pg's @ExtensionMethod support for eclipse. Doesn't work yet.
Reinier Zwitserloot
2012-04-29
Issue 366: don't call the getter twice, fixed for Eclipse.
Roel Spilker
2012-04-23
Replaced the 'try some reflection and if that fails, oh well' code with catch...
Reinier Zwitserloot
2012-04-21
Now EclipseHandlerUtil.injectFields(..) also adds a <cinit> method
peichhorn
2012-04-03
Philipp Eichhorn's patch to allow non-top-level annotations to work with lomb...
Reinier Zwitserloot
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
[next]