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
/
lombok
/
javac
Age
Commit message (
Expand
)
Author
2009-11-25
Refactored the source folders.
Reinier Zwitserloot
2009-11-24
Added more thorough support for detecting we're running as an annotation proc...
Reinier Zwitserloot
2009-11-08
Minor bug fixes and style edits. All these were found after running findbugs ...
Reinier Zwitserloot
2009-11-02
Javadoc fixes.
Reinier Zwitserloot
2009-11-02
the static constructor generated by @Data wasn't public when compiling with j...
Reinier Zwitserloot
2009-10-31
Made the utility methods previously located in package private 'PKG.java' in ...
Reinier Zwitserloot
2009-10-18
Added the ability to get the Context object via JavacAST, useful for various ...
Reinier Zwitserloot
2009-10-18
Removed some warnings.
Reinier Zwitserloot
2009-10-18
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Reinier Zwitserloot
2009-10-18
Configured warnings and solved some.
unknown
2009-10-17
Fix: getters and setters for $foo fields (including our own $lock!) are now n...
Reinier Zwitserloot
2009-10-17
trivial javadoc fix
Reinier Zwitserloot
2009-10-16
Fixes issue #56 - annotations with shorthand parameters on methods in method-...
Reinier Zwitserloot
2009-10-16
Switched all use of <code></code> in javadoc to {@code}.
Reinier Zwitserloot
2009-10-16
Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ...
Reinier Zwitserloot
2009-09-15
Binkley on the newsgroup spotted a bug in this code: the one-arg javacError m...
Reinier Zwitserloot
2009-09-03
Added a bunch of javadoc. No other changes.
Reinier Zwitserloot
2009-09-03
bugfix in the javac implementation of AnnotationValues.
Reinier Zwitserloot
2009-09-03
Fixed a problem in AnnotationValues where 'isExplicit' always returned true.
Reinier Zwitserloot
2009-09-03
Added an AccessLevel.NONE to suppress generating getters and setters (useful ...
Reinier Zwitserloot
2009-09-03
Addressed issue #32: The @EqualsAndHashCode and @ToString annotations now sup...
Reinier Zwitserloot
2009-08-28
null checks are no longer generated if you put @NonNull on primitives.
Reinier Zwitserloot
2009-08-27
Merge branch 'nonnull'
Reinier Zwitserloot
2009-08-27
Now @Nullable is also copied over.
Reinier Zwitserloot
2009-08-27
Made all parameters of all generated methods 'final'.
Reinier Zwitserloot
2009-08-14
The fix in previous commit has been verified, so the diagnostic messages have...
Reinier Zwitserloot
2009-08-12
More attempts to fix NullPointerExceptions reported on the forums.
Reinier Zwitserloot
2009-08-12
Added an extra check for non-standard javacs.
Reinier Zwitserloot
2009-08-01
There was a bug in the annotation builder for javac, which would trigger exce...
Reinier Zwitserloot
2009-08-01
The warning for not enabling callSuper cannot be avoided, but there are legal...
Reinier Zwitserloot
2009-08-01
The constructors will now also add non-final fields if they have a NonNull an...
Roel Spilker
2009-08-01
Moved the check to see if a variable is null to the PKG utility classes
Roel Spilker
2009-08-01
@Setter will copy all NotNull and NonNull (case-insensitive) annotations to t...
Roel Spilker
2009-07-31
Added support for @NonNull in the @Setter annotation
Roel Spilker
2009-07-28
Changed the way toString is generated to reduce the number of superfluous 'pl...
Reinier Zwitserloot
2009-07-27
on javac: Warnings associated with specific values in annotation parameters n...
Reinier Zwitserloot
2009-07-27
Split off generation of equals() and hashCode() methods form @Data into a new...
Reinier Zwitserloot
2009-07-27
[TRIVIAL]
Reinier Zwitserloot
2009-07-27
[TRIVIAL]
Reinier Zwitserloot
2009-07-27
Added support for @ToString annotation. The code for generating toStrings has...
Reinier Zwitserloot
2009-07-26
Addresses issue #5:
Reinier Zwitserloot
2009-07-26
[TRIVIAL]
Reinier Zwitserloot
2009-07-26
Addresses issue #4:
Reinier Zwitserloot
2009-07-18
No constructor entry should be made for assigned final fields
Roel Spilker
2009-07-18
Refactored the name of the cleanup method arg to 'value'.
Reinier Zwitserloot
2009-07-12
More fixes to avoid erroneous "getter/setter is already there, not generating...
Reinier Zwitserloot
2009-07-11
'fixed' data up a bit by including only the final fields for the constructor.
Reinier Zwitserloot
2009-07-11
The setter/getter handlers now mark themselves as not wanted to be called upo...
Reinier Zwitserloot
2009-07-11
Made 'printContent=true' work for types as well as method bodies/initializers.
Reinier Zwitserloot
2009-07-06
Fixed javadoc problems, and added a javadoc target to the build script.
Reinier Zwitserloot
[next]