Age | Commit message (Expand) | Author |
2010-11-06 | Have j.u.l. be invoked with TargetType.class.getName() instead of "TargetType" | Roel Spilker |
2010-11-06 | Create Clinit if you create a static field and it doesn't yet exist | Roel Spilker |
2010-11-06 | Add support for multiple logging frameworks in Eclipse | Roel Spilker |
2010-11-06 | Added support for Log4J, Commons and JUL in the javac handler | Roel Spilker |
2010-11-06 | Fixed typo in unit test | Roel Spilker |
2010-11-03 | Intial support for @Log, for now only slf4j | Roel Spilker |
2010-11-03 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-03 | val in java, including tests and javac resolution utilities. | Reinier Zwitserloot |
2010-11-03 | big changes to delombok to prep for resolution, when sourcepath and classpath... | Reinier Zwitserloot |
2010-11-02 | Issue 154: Add null-check to @Cleanup | Roel Spilker |
2010-11-02 | Removed trailing tab | Roel Spilker |
2010-10-31 | Added after-delombok test files for Logger | grootjans |
2010-08-15 | Documented the ClassFileMetaData utility. | Reinier Zwitserloot |
2010-08-15 | Update to force reading of test sources as UTF-8, which they are. | Reinier Zwitserloot |
2010-08-15 | Updated buildscript to include tests and eclipse .project generation for the ... | Roel Spilker |
2010-08-07 | Fixed some bugs in reading the constant pool and added tests | Roel Spilker |
2010-08-05 | Created utility class to casually inspect class files on the usage of classes... | Roel Spilker |
2010-07-28 | Added test case for issue #136: @Getter or @Setter on a static field fails to... | Reinier Zwitserloot |
2010-07-25 | Issue 133: @ToString on an inner class should print Outer.Inner instead of Inner | Roel Spilker |
2010-07-25 | Do not generate @ConstructorProperties for method-local classes | Roel Spilker |
2010-07-22 | toString(), equals(), and hashCode() now use getX() instead of x if either it... | Reinier Zwitserloot |
2010-07-22 | Updated copyright statements and version release name. | Reinier Zwitserloot |
2010-07-22 | Added more tests, one of which tests usage of .getX() in toString, equals, an... | Reinier Zwitserloot |
2010-07-22 | Added tests for ecj, fixed a few minor bugs that came out of that. | Reinier Zwitserloot |
2010-07-21 | refactored the tests to prepare running ecj as well as delombok. | Reinier Zwitserloot |
2010-07-20 | Added checks for warnings in test cases | Roel Spilker |
2010-07-20 | Added support for checking compiler messages (errors & warnings) | Roel Spilker |
2010-07-20 | Added tests for @Getter and @Setter on a class[B | Roel Spilker |
2010-07-20 | Updated the tests to reflect recent modifications: use 'this' where possible ... | Roel Spilker |
2010-07-20 | With the new features, some of the delombok based unit tests no longer work. | Reinier Zwitserloot |
2010-01-07 | Now also testing value= as well as arrays in annotation params. | Reinier Zwitserloot |
2010-01-07 | Added test to ensure interfaces print correctly (test case because 'public' a... | Reinier Zwitserloot |
2010-01-07 | Failing tests now do a full print of the actual and expected delombok output. | Reinier Zwitserloot |
2010-01-07 | Javac's printer screws up on complex enums. Added tests for this case. | Reinier Zwitserloot |
2009-12-26 | Added test suite for issue #93 - apparently this problem (naming your class G... | Reinier Zwitserloot |
2009-12-07 | Added tests to see if we handle fields that start with a $ correctly | Roel Spilker |
2009-12-07 | Added tests to @Data to check if a field starting with $ will be ignored | Roel Spilker |
2009-12-02 | Added some tests for @ToString | unknown |
2009-12-02 | Changed the order of the generated methods in for @Data | Roel Spilker |
2009-12-02 | Improved tests to also test on value= parameters | Roel Spilker |
2009-12-02 | Added new tests for SneakyThrows | Roel Spilker |
2009-12-02 | Fixed #73 SneakyThrows without parameter did not default to Throwable.class | Roel Spilker |
2009-12-01 | Moved test resource files to a better matching location | Roel Spilker |
2009-11-30 | Finally got the printing of comments right. Also added a test to see if the d... | unknown |
2009-11-29 | More tests for Synchronized | Roel Spilker |
2009-11-29 | Fixed the test code for Synchronized | Roel Spilker |
2009-11-29 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2009-11-29 | Updated tests for Getter, Setter and Cleanup. Added Synchronized | Roel Spilker |
2009-11-29 | 'ant test' will now run the lombok unit tests. | Reinier Zwitserloot |
2009-11-29 | Improved comment placement (newlines, whitespace) | Roel Spilker |