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