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
/
lombok
/
DirectoryRunner.java
Age
Commit message (
Expand
)
Author
2021-10-26
[fixes #3014] Detecting whether inner classes are static wouldn't work if pla...
Reinier Zwitserloot
2021-10-26
[issue #3014] test-case that reproduces this problem.
Reinier Zwitserloot
2021-10-22
[fixes #2985] Resolve var/val only once in eclipse
Rawi01
2021-03-13
[testing] now easier to identify what failed, by name of test case
Reinier Zwitserloot
2020-10-03
Untangling patches to classes that only exist in eclipse, not ecj
Reinier Zwitserloot
2020-07-10
[test] more flexible options for limiting your tests.
Reinier Zwitserloot
2020-06-23
[build] rewriting the build system
Reinier Zwitserloot
2020-01-28
[singular][issue #2221] the plural builder method now nullchecks its argument...
Reinier Zwitserloot
2020-01-07
[fixes #2327] mostly trivial: Added this. for field access and unified code g...
Reinier Zwitserloot
2019-08-22
[checkerframework]
Reinier Zwitserloot
2019-04-24
[trivial] making a part of the test framework code not warn on default JDK11+...
Reinier Zwitserloot
2019-01-29
[test] Made it easier to run the tests on just one of the resource files.
Reinier Zwitserloot
2017-03-06
Added support for restricting tests to certain platforms (ecj, javac)
Reinier Zwitserloot
2017-02-16
Fixed versionmatching for our test framework.
Reinier Zwitserloot
2015-11-17
handle ignored tests correctly
Roel Spilker
2015-11-17
add the capability to the testing framework to verify that delombok actually ...
Roel Spilker
2014-01-18
[configuration] updates to the tests to streamline parsing 'directives', whic...
Reinier Zwitserloot
2013-05-23
Added methods to obtain JLS support-level version information from AST/Lombok...
Reinier Zwitserloot
2013-05-23
Added a method to obtain latest java language spec supported by host
Reinier Zwitserloot
2013-03-18
Added a //version option to test files to restrict them to specific versions.
Reinier Zwitserloot
2013-02-11
BIG commit:
Reinier Zwitserloot
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-02-14
ecj tests and eclipse tests are now effectively doing the same thing, except ...
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-06-01
Added a test infrastructure that simulates eclipse with diet-parse, type-bind...
peichhorn
2010-11-10
All tests pass! - The test framework has been updated a bit to fit with the n...
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