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
/
delombok
/
resource
/
before
Age
Commit message (
Collapse
)
Author
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
- Constructor(s) - Getters/Setters per field - equals - hashCode - toString Added first test for @Data
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
Added tests for SneakyThrows
2009-12-01
Moved test resource files to a better matching location
Roel Spilker
2009-11-29
Improved comment placement (newlines, whitespace)
Roel Spilker
2009-11-29
Annotations on parameters should be inline
Roel Spilker
2009-11-28
New tests
Roel Spilker
2009-11-27
Removed empty () for annotation without parameters
unknown
2009-11-27
Added another test
Roel Spilker
2009-11-26
Minor refactoring + added testcase for for-loop
unknown
2009-11-26
Major restructuring+adding tests
Roel Spilker