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
/
core
/
src
Age
Commit message (
Expand
)
Author
2013-03-11
changed the pattern for writing dependencies to the various lib/ directories
Reinier Zwitserloot
2013-02-11
BIG commit:
Reinier Zwitserloot
2012-10-30
Added annotation for the slf4j extended logger
grootjans
2012-10-30
Fix for issue 408: IllegalArgumentException when generating setters in eclips...
Reinier Zwitserloot
2012-10-29
//ignore in files now counts even if the 'ignore' comment is followed by more...
Reinier Zwitserloot
2012-10-25
The testrunner now uses a different mechanism to verify correctness of produc...
Reinier Zwitserloot
2012-10-22
Ever since we do a lot more than just calling 'parse' when running delombok i...
Reinier Zwitserloot
2012-07-16
Added feature to test suite to dump actual result of running ecj / delombok o...
Reinier Zwitserloot
2012-03-05
Issue 349: Test failed in some environments
Roel Spilker
2012-02-25
Use english locale on test via delombok for using english message catalog.
Taiki Sugawara
2012-02-23
Make the unittests for ecj work on windows
Roel Spilker
2012-02-14
ecj tests and eclipse tests are now effectively doing the same thing, except ...
Reinier Zwitserloot
2012-02-14
More test files, test files updated to be valid java, and ecj test now goes t...
Reinier Zwitserloot
2012-02-14
'val' now works for member types whose outers have generics. (issue #343)
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-08-02
Added some forgotten copyright headers
Reinier Zwitserloot
2011-07-25
Delombok with a relative path and in 'output to directory' mode would NPE. Fi...
Reinier Zwitserloot
2011-07-18
There's now 1 test suite that runs all tests, and 'ant eclipse' will make a l...
Roel Spilker
2011-06-05
Allow "before" to be used as a source-package for eclipse tests (see LoggerSl...
Philipp Eichhorn
2011-06-01
Added a test infrastructure that simulates eclipse with diet-parse, type-bind...
peichhorn
2010-11-10
Tests were failing due to a bug in the compare error output part of the test ...
Reinier Zwitserloot
2010-11-10
All tests pass! - The test framework has been updated a bit to fit with the n...
Reinier Zwitserloot
2010-11-03
big changes to delombok to prep for resolution, when sourcepath and classpath...
Reinier Zwitserloot
2010-07-22
Updated copyright statements and version release name.
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 support for checking compiler messages (errors & warnings)
Roel Spilker
2009-11-29
'ant test' will now run the lombok unit tests.
Reinier Zwitserloot
2009-11-29
Can now mark test files as Ignored
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
Improved error reporting
unknown
2009-11-27
Added a class that is easier to use than the parser itself for delombok, as w...
Reinier Zwitserloot