aboutsummaryrefslogtreecommitdiff
path: root/test/core/src/lombok/DirectoryRunner.java
AgeCommit 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 eclipseRawi01
2021-03-13[testing] now easier to identify what failed, by name of test caseReinier Zwitserloot
2020-10-03Untangling patches to classes that only exist in eclipse, not ecjReinier Zwitserloot
2020-07-10[test] more flexible options for limiting your tests.Reinier Zwitserloot
2020-06-23[build] rewriting the build systemReinier 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-06Added support for restricting tests to certain platforms (ecj, javac)Reinier Zwitserloot
2017-02-16Fixed versionmatching for our test framework.Reinier Zwitserloot
2015-11-17handle ignored tests correctlyRoel Spilker
2015-11-17add 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-23Added methods to obtain JLS support-level version information from AST/Lombok...Reinier Zwitserloot
2013-05-23Added a method to obtain latest java language spec supported by hostReinier Zwitserloot
2013-03-18Added a //version option to test files to restrict them to specific versions.Reinier Zwitserloot
2013-02-11BIG commit:Reinier Zwitserloot
2012-10-30Fix 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-14ecj tests and eclipse tests are now effectively doing the same thing, except ...Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-06-01Added a test infrastructure that simulates eclipse with diet-parse, type-bind...peichhorn
2010-11-10All tests pass! - The test framework has been updated a bit to fit with the n...Reinier Zwitserloot
2010-07-21refactored the tests to prepare running ecj as well as delombok.Reinier Zwitserloot
2010-07-20Added 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-29Can now mark test files as IgnoredRoel Spilker
2009-11-28Use new DirectoryRunner to run tests on all files in a directoryRoel Spilker