Commit Graph
64 Commits
Author SHA1 Message Date
Reinier Zwitserloot 5c6fe62a85 Added support for @ConstructorProperties generation for generated constructors.
Also added fix: @Constructor with access level none are now no longer generated.

Implements issue #122
2010-07-19 23:48:12 +02:00
Reinier Zwitserloot 067ecf7118 Added support for @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsConstructor for eclipse.
Implements issue #79.
2010-07-19 22:10:43 +02:00
Reinier Zwitserloot a5e19958f6 All generated fields and methods now get a @SuppressWarnings("all").
Implements issue #47.
2010-07-18 01:26:02 +02:00
Reinier Zwitserloot a1629c55ac Updated changelog for fixing issue #48 2010-07-18 00:37:34 +02:00
Reinier Zwitserloot 32a23d7786 Implements issue #129: @Getter and @Setter are now legal on entire types. 2010-07-17 06:54:33 +02:00
Reinier Zwitserloot 775ab75ee8 Did some maintainance on the changelog. 2010-07-16 05:55:54 +02:00
Reinier Zwitserloot f4ddece614 Added fix for tools.jar finding to the changelog 2010-01-11 18:28:03 +01:00
Reinier Zwitserloot 70fb2fe83f Adding changelog entry for fixing of issue 96 2010-01-07 23:56:23 +01:00
Reinier Zwitserloot cf11641c8a changelog for fixing issue 72. 2009-12-30 03:24:49 +01:00
Reinier Zwitserloot 69fe8e049c The latest on the master branch is from now on called 'EDGE' and not 'HEAD'. 2009-12-21 14:29:41 +01:00
Reinier Zwitserloot 9dd81c3361 Added previous fixes to the changelog. 2009-12-21 14:10:57 +01:00
Reinier Zwitserloot b09257768b Whoops - forgot to add release date to 0.9.2 in changelog. 2009-12-15 22:17:58 +01:00
Reinier Zwitserloot 83f54c4f54 Added fix for issue #83 to the changelog. 2009-12-15 20:16:23 +01:00
Reinier Zwitserloot c3a3c09f4f Added support for SpringSource Tool Suite, which, given that its based on eclipse, was just a matter of updating the installer.
Any future tools that are based on eclipse (and eclipse's JDT) should be very easy to add to the installer now.
2009-12-08 06:06:46 +01:00
Reinier Zwitserloot 48404894d8 Added hailbunny name to upcoming 0.9.2 release. 2009-12-08 00:47:52 +01:00
Reinier Zwitserloot 26e0b7559e Added release dates to the changelog 2009-12-07 06:08:07 +01:00
Reinier Zwitserloot 770975ea6b changelog updated for fixing #75. 2009-12-04 21:22:23 +01:00
Reinier Zwitserloot 5197282366 [TRIVIAL] 2009-12-03 15:36:40 +01:00
Reinier Zwitserloot b389dd5e0e Updated the publishing instructions. 2009-12-03 15:34:51 +01:00
Reinier Zwitserloot 9c90d40330 Cleaned up TODO.txt. At this point it's more documentation of failed experiments than a todo list, so renamed it too. 2009-12-03 15:31:34 +01:00
Reinier Zwitserloot 881e1d0858 Updated changelog with netbeans support note, as well as issue 73, and reordered and reformatted a few existing messages. 2009-12-03 00:21:26 +01:00
Reinier Zwitserloot c1ec2b5edb Added new command line abilities of lombok to the changelog. 2009-11-28 09:49:12 +01:00
Reinier Zwitserloot 5ab3615b3d Updated changelog with the good news on issue #61 (now works on JDK7) 2009-11-27 11:49:03 +01:00
Reinier Zwitserloot a7954899f1 delombok is now part of the master branch! 2009-11-27 09:56:00 +01:00
Reinier Zwitserloot 7fd947ea40 Updated the changelog with recent changes. 2009-11-25 05:53:23 +01:00
Reinier Zwitserloot 5a0fe44c32 Prep for v0.9.1 release 2009-11-09 23:06:23 +01:00
Reinier Zwitserloot e1e889120f Pre-release work for v0.9.0. 2009-11-02 00:41:52 +01:00
Reinier Zwitserloot def5d05438 As we just integrated the lombokpatcher branch, which is a pretty massive change, we've upped the next version number to 0.9.0 2009-10-08 00:00:47 +02:00
Reinier Zwitserloot cfa9bef58d Added changelog for previous commit. 2009-09-03 02:25:14 +02:00
Reinier Zwitserloot c07196d3d2 Added changelog note for previous commit. 2009-09-03 01:49:44 +02:00
Reinier Zwitserloot 780a17e583 Added changelog on previous commit. 2009-09-03 01:43:54 +02:00
Reinier Zwitserloot 2b51cf84f4 I think this one FINALLY fixes the problems with SneakyThrows! Issue #30 2009-09-03 00:12:09 +02:00
Reinier Zwitserloot c66654505f There was an issue for that last fix (of @SneakyThrows in eclipse), so added an explanation plus a link to the issue to the changelog. 2009-09-02 01:12:29 +02:00
Reinier Zwitserloot cb091204f4 Fixed documentation, specifically: added eclipse help system fix to the changelog, and added some documentation on the special handling of @NonNull/@NotNull/@Nullable for Data and Getter/Setter on the website docs. 2009-09-01 00:19:28 +02:00
Reinier Zwitserloot e92fd5abac Fixes issue #35: ToString now defaults to includeFieldNames=true. 2009-08-28 00:16:58 +02:00
Reinier Zwitserloot 0236721d8d Updated documentation for @NonNull (and the changelog). 2009-08-28 00:12:27 +02:00
Reinier Zwitserloot 0221e460b2 Updated the changelog (WIP 0.8.4) 2009-08-27 22:26:24 +02:00
Reinier Zwitserloot 8aab4e60d6 Whoops, forgot to update the changelog of 0.8.3. 2009-08-21 12:10:54 +02:00
Reinier Zwitserloot 8428be5c68 The warning for not enabling callSuper cannot be avoided, but there are legal reasons for using it, so, changed it: explicitly setting 'callSuper=false' removes the warning. You only get the warning
if callSuper is false because that's the default.

Fixes issue #13
2009-08-01 13:18:34 +02:00
Reinier Zwitserloot 6b940dfc46 Added support for maven. 2009-07-29 17:27:23 +02:00
Roel Spilker 86acfadf55 Use single quote instead of double quote in javadoc generation due to wonky
behaviour of javadoc tool

Worked on feature documentation

Renamed all "link to issue" to "Issue #n"
2009-07-29 01:44:16 +02:00
Reinier Zwitserloot 817eae66a6 Reflected issues #8 and #11 in the changelog. 2009-07-27 11:13:21 +02:00
Reinier Zwitserloot 0ecd99a50e Version up to 0.8.2-HEAD as I just published. 2009-07-26 10:08:21 +02:00
Reinier Zwitserloot 185f5ea119 Quick and dirty documentation on how to release a new version. 2009-07-26 10:04:49 +02:00
Reinier Zwitserloot a73dd52041 Added changelog tracking. 2009-07-26 10:02:09 +02:00
Reinier Zwitserloot 762bcba007 More work on the website. 2009-07-11 00:43:53 +02:00
Reinier Zwitserloot 08bc31232f I forgot; HandleSetter/HandleGetter already act appropriately with static modifiers. 2009-07-10 17:59:14 +02:00
Reinier Zwitserloot e25fd4fd9f Worked a lot on the 'what's next' documentation. 2009-07-10 16:14:48 +02:00
Reinier Zwitserloot 8534a8e0a5 Fixed javadoc problems, and added a javadoc target to the build script. 2009-07-06 06:08:05 +02:00
Reinier Zwitserloot 99d9728ede Support for @SneakyThrows in eclipse. 2009-07-01 22:09:40 +02:00