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
/
test
Age
Commit message (
Expand
)
Author
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
2009-11-29
Can now mark test files as Ignored
Roel Spilker
2009-11-29
Added tests for Setter, Cleanup and NonNull
Roel Spilker
2009-11-29
Annotations on parameters should be inline
Roel Spilker
2009-11-28
Added more Getter-tests
Roel Spilker
2009-11-28
New tests
Roel Spilker
2009-11-28
Use new DirectoryRunner to run tests on all files in a directory
Roel Spilker
2009-11-28
Added support for running unit tests using the method name to determine the f...
Roel Spilker
2009-11-27
Removed empty () for annotation without parameters
unknown
2009-11-27
Improved error reporting
unknown
2009-11-27
The delombok task now works!
Reinier Zwitserloot
2009-11-27
Added a class that is easier to use than the parser itself for delombok, as w...
Reinier Zwitserloot
2009-11-27
Thorough work on inserting comments in the proper place for delombok; should ...
Roel Spilker
2009-11-27
Added another test
Roel Spilker
2009-11-27
delombok now calls lombok. wahey!
Reinier Zwitserloot
2009-11-26
Minor refactoring + added testcase for for-loop
unknown
2009-11-26
Major restructuring+adding tests
Roel Spilker