Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | And now the changelogs are also updated to reflect that Value has been ↵ | Reinier Zwitserloot | |
promoted. Racking up the commits here... | |||
2013-06-25 | and added some more javadoc to point at the new main package variant | Reinier Zwitserloot | |
2013-06-25 | ... and now that @Value has been promoted to the main package, the old ↵ | Reinier Zwitserloot | |
experimental one is now deprecated. | |||
2013-06-25 | Value has been promoted to the main package. | Reinier Zwitserloot | |
2013-06-18 | javac builder implementation. Passes all tests. | Reinier Zwitserloot | |
Added toString() impl for builders in both eclipse and javac. Added all documentation, though it'll need some reviewing. | |||
2013-06-18 | finished tests for builder (added after-delombok versions). | Reinier Zwitserloot | |
2013-06-18 | Added a ClassDef wrapper, because its signature changed between javac1.6 and ↵ | Reinier Zwitserloot | |
javac1.7. (The wrapper uses reflection). Need for: javac @Builder impl. Also added some utilities to JavacHandlerUtil. | |||
2013-06-16 | Most of the javac implementation for HandleBuilder, plus | Reinier Zwitserloot | |
some minor updates and refactoring in the eclipse HandleBuilder. | |||
2013-06-16 | improved and added to test cases for @Builder. | Reinier Zwitserloot | |
Eclipse's implementation continues to pass them all. | |||
2013-06-16 | Eclipse Builder implementation finished. Tests need fleshing out though. | Reinier Zwitserloot | |
2013-06-16 | First steps Builder support | Reinier Zwitserloot | |
2013-06-16 | Added injectType methods to Eclipse/JavacHandlerUtil, which we'll need to ↵ | Reinier Zwitserloot | |
inject the created $Builder type. Inspired by Philipp Eichhorn's work in lombok-pg. | |||
2013-06-16 | Removed a SuppressWarnings which old eclipse doesn't care about for some ↵ | Reinier Zwitserloot | |
reason... now I'm just confused. Do we need it or not? | |||
2013-06-16 | issue 536: annotationprocessor now always returns false. | Reinier Zwitserloot | |
2013-06-13 | Added some very limited reporting when OutOfMemorErrors occur during | Reinier Zwitserloot | |
parse tree builder under javac. Let's hope our users reporting these issues can use this to figure out which files are triggering the issue. | |||
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot | |
including docs and changelog. | |||
2013-05-30 | Fixes for issue 470: VerifyErrors when using @SneakyThrows. | Reinier Zwitserloot | |
2013-05-24 | added test case and delombok result for issue 520 (val in ↵ | Reinier Zwitserloot | |
try-with-resources). WARNING: I havent added ecj test output yet because so far there is no ecj7 available for testing with our buildscripts. I should fix that first and then Ill sort this out. | |||
2013-05-24 | whoops, didnt update version number to 0.11.9 yet | Reinier Zwitserloot | |
2013-05-24 | added previous fix of issue 520 to the changelog | Reinier Zwitserloot | |
2013-05-24 | Fixed more issues related to java7's try-with-resources, | Reinier Zwitserloot | |
and updated ECJ version detection. | |||
2013-05-23 | Added methods to obtain JLS support-level version information from ↵ | Reinier Zwitserloot | |
AST/LombokNode. Tests updates to honour these with //version X at the top of any test file (now also in eclipse, which until now always said it was v6) | |||
2013-05-23 | Added a method to obtain latest java language spec supported by host | Reinier Zwitserloot | |
platform and implemented it for javac BUT NOT FOR ECJ! | |||
2013-05-23 | Updated website; the footer of the video was too long and caused wonky ↵ | Reinier Zwitserloot | |
formatting, and the download page now points to the IntelliJ plugin page instead of saying that IntelliJ doesn't support lombok. | |||
2013-05-06 | Fixed issue 513: If equals is present but hashCode isn't, @Data now ↵ | Reinier Zwitserloot | |
generates a warning to explain this strange situation. | |||
2013-04-23 | bugfix in website ant buildscript for finding the Java2HtmlTask | Reinier Zwitserloot | |
2013-04-23 | prerelease version bump | Reinier Zwitserloot | |
2013-04-23 | added temporary debug switch -Dlombok.debugAsmOnly for issue 470. | Reinier Zwitserloot | |
2013-04-23 | added support for lombok.disablePostCompiler. | Reinier Zwitserloot | |
2013-04-23 | fixed capitalization error in an inner class. | Reinier Zwitserloot | |
2013-04-23 | added link to a great external non-video based tutorial instead of our ↵ | Reinier Zwitserloot | |
crappy way too old slideshow thingie. | |||
2013-04-05 | Type fixes for JDK7 | Robbert Jan Grootjans | |
2013-04-05 | Update to newer version of ivyplusplus | Reinier Zwitserloot | |
2013-04-05 | Some small fixes for Java 7 | Robbert Jan Grootjans | |
2013-04-05 | Fixed small typo | Robbert Jan Grootjans | |
2013-04-02 | long overdue update of copyright year in license file | Roel Spilker | |
2013-03-26 | updated changelog to reflect performance improvements of previous commit. | Roel Spilker | |
2013-03-26 | Massive performance improvements, and a few potentially breaking changes for ↵ | Roel Spilker | |
other lombok plugin developers. | |||
2013-03-26 | We used to add the platform line ending when comparing test files. This ↵ | Roel Spilker | |
obviously doesn't work on windows; we force unix line ending now. | |||
2013-03-25 | Fixed merge conflict in changelog | Roel Spilker | |
2013-03-25 | Changed path in releasenotes | Roel Spilker | |
2013-03-22 | Refactored out references to TypeTags. | Robbert Jan Grootjans | |
Instead they are retrieved dynamically, with a pinch of caching during runtime. We already had some fixes to make sure that compile time constanst were not inlined, but we need to take into account that a lot of the Integer-based enums have been replaced with actual enums. Also, certain TreeMaker methods needed to be invoked dynamically with reflection. This needs to be reviewed, and if it turns out that these changes are too dramatic, we should fork out a larger part of our code for specific JVM versions. | |||
2013-03-18 | Fixed issue 459: Delombok would choke on try-with-resources. | Reinier Zwitserloot | |
2013-03-18 | Added a //version option to test files to restrict them to specific versions. | Reinier Zwitserloot | |
2013-03-18 | Some halfway work on introducing hideNulls feature to toString. Aborted ↵ | Reinier Zwitserloot | |
because it is a lot more work than anticipated, but this code is prettier and slightly more bugfree so worth checking in. | |||
2013-03-18 | fixed javadoc of XAnnotationHandler; they used to be interfaces but now they ↵ | Reinier Zwitserloot | |
are abstract classes. | |||
2013-03-12 | In delombok, we mark the AST as changed if we remove an annotation; this ↵ | Reinier Zwitserloot | |
fixes the issue where delombok would leave lombok annotations in the file if that annotation had no actual effect (such as @Getter on a field if there is an explicit getX method for that field). issue #443: delombok would screw up @SneakyThrows on methods or constructors with empty bodies. Now we generate warnings for this. | |||
2013-03-12 | Fix for issue #436: In eclipse, calling i.e. `list.get(i).extensionMethod()` ↵ | Reinier Zwitserloot | |
would fail with VerifyError when that code is executed in eclipse. | |||
2013-03-11 | Updated documentation to reflect support of JBoss Developer Studio | Reinier Zwitserloot | |
2013-03-11 | Added installer support for JBoss Developer Studio which is an eclipse variant. | Reinier Zwitserloot | |
Also fixed a bug where eclipses installed in user.home weren't found automatically on windows. Also fixed a bug where STS installed in C:\Program Files (X86) wasn't found automatically. |