Age | Commit message (Collapse) | Author |
|
fix of the issue 1228
|
|
|
|
|
|
|
|
|
|
|
|
into bulgakovalexander-feature/var
|
|
|
|
|
|
time error "variable initializer is 'null'"
|
|
|
|
arrays in Eclipse
|
|
ecj (google's dagger project has this, don't know of any others), when run inside eclipse, bombs with a LinkageError. Fixed.
|
|
|
|
Include lombok.var.flagUsage = ALLOW in lombok.config to enable var
|
|
Added a test of a @var variable with null initialization.
|
|
functionality as the @val except 'final' modifier.
|
|
merge from the main repo
|
|
|
|
|
|
|
|
|
|
Potential solution for issue #1164
|
|
* add forgotten finder for RHDS
* use correct location in RhdsLocationProvider
|
|
* copy Jbds* to Rhds* and replace jbdevstudio to devstudio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
always return ShadowClassLoader for older maven-compiler-plugin
|
|
|
|
|
|
|
|
It fixes `lombok` `1.16` doesn't works in `maven-compiler-plugin` `2.3.2` or old.
http://stackoverflow.com/questions/34358689
Furthermore, `maven-compiler-plugin` `2.4` requires `plexus-compiler-javac` `1.8.6`, which drops
`org.codehaus.plexus.compiler.javac.IsolatedClassLoader`.
I love hack, but hate such hard code to fix possible problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update instructions for using lombok with ecj and Maven
|
|
Update Javadoc URL on Value
|
|
delete redundant code
|