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
/
AbstractRunTests.java
Age
Commit message (
Expand
)
Author
2021-03-14
[testing] `ant test.javac6` now passes. yay.
Reinier Zwitserloot
2021-03-13
[testing] also ignore unset positions for the pretty print tester.
Reinier Zwitserloot
2021-03-13
[testing] javac6 fails some of the idempotency tests because certain nodes ar...
Reinier Zwitserloot
2020-08-27
[test] [bugfix] Compare full line instead of ignoring the last character
Rawi01
2020-07-10
[test] more flexible options for limiting your tests.
Reinier Zwitserloot
2020-07-03
[build] propagate chosen bootclasspath into eclipse test targets
Reinier Zwitserloot
2019-08-22
[checkerframework]
Reinier Zwitserloot
2018-10-02
[buildscript] addition of a test task that runs faster; don’t use it unless...
Reinier Zwitserloot
2018-07-25
Added key ‘dangerousconfig.lombok.disable’.
Reinier Zwitserloot
2018-04-05
[fieldNameConstants] code review, docs, tests, fixup.
Reinier Zwitserloot
2017-03-07
fixded the version mess in the test framework.
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
2016-11-22
`var` can now also be configured to emit a warning when used.
Roel Spilker
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
2015-01-30
* Added config key ‘lombok.addGeneratedAnnotation’.
Reinier Zwitserloot
2014-12-10
[issue #759] delombok now plays nicely with exotic characters, encodings, and...
Roel Spilker
2014-05-21
Added an error if @Delegate is used recursively.
Reinier Zwitserloot
2014-05-08
All tests now succeed on all platforms again;
Reinier Zwitserloot
2014-03-04
[configuration] Merge branch 'master' as we work on configuration.
Reinier Zwitserloot
2014-02-10
[deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 feat...
Reinier Zwitserloot
2014-01-20
[test] Missing after-X files used to be an implicit 'just ignore the content'...
Reinier Zwitserloot
2014-01-19
[configuration] added facilities to override conf file resolution for test ca...
Reinier Zwitserloot
2014-01-18
[test-directives] another update to the 'test directives' system; test files ...
Reinier Zwitserloot
2014-01-18
[configuration] updates to the tests to streamline parsing 'directives', whic...
Reinier Zwitserloot
2013-07-16
* Fixed issues with @FieldDefaults and @Value (you can NOT override
Reinier Zwitserloot
2013-03-26
We used to add the platform line ending when comparing test files. This obvio...
Roel Spilker
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-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-07-16
Added feature to test suite to dump actual result of running ecj / delombok o...
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
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
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