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
Age
Commit message (
Collapse
)
Author
2010-11-10
Tests were failing due to a bug in the compare error output part of the test ↵
Reinier Zwitserloot
runner.
2010-11-10
All tests pass! - The test framework has been updated a bit to fit with the ↵
Reinier Zwitserloot
new way delombok works.
2010-11-03
big changes to delombok to prep for resolution, when sourcepath and ↵
Reinier Zwitserloot
classpath are relevant, and the flow needs to be parse all, then enter all, then transform all, instead of parse->enter->transform sequentially for each file in isolation.
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 ↵
Roel Spilker
file to test
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 ↵
Reinier Zwitserloot
well as code to process entire directories at a time. Also removed duplication from the testcases.