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
/
RunTestsViaDelombok.java
Age
Commit message (
Expand
)
Author
2021-08-17
[fixes #2907] Keep record compact constructor parameters
Rawi01
2021-04-23
Change owner lombok GitHub repository
Roel Spilker
2021-04-18
Merge branch 'enter-types-methods-fields' of git://github.com/Rawi01/lombok i...
Reinier Zwitserloot
2021-03-23
[records] [javac] Putting `@NonNull` on a 'field' of a record now affects the...
Reinier Zwitserloot
2021-03-20
[jdk16] Add lombok opens in single location
md_5
2021-03-19
[jdk16] fix delombok (and the test suite, which depends on it) for jdk16.
Reinier Zwitserloot
2021-03-14
[testing] `ant test.javac6` now passes. yay.
Reinier Zwitserloot
2021-03-13
[testing] improve information given when position validator tests fail
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
2021-02-04
[issue #2730] Javadoc generated by lombok in javac now gets its position set.
Reinier Zwitserloot
2021-02-02
Validate that every AST node has a symbol
Rawi01
2021-01-28
Validate positions during tests
Rawi01
2020-07-23
[tests] [trivial] stop printing the javac version
Reinier Zwitserloot
2020-07-03
[build] propagate chosen bootclasspath into eclipse test targets
Reinier Zwitserloot
2020-06-23
[build] rewriting the build system
Reinier Zwitserloot
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-01-19
[configuration] added facilities to override conf file resolution for test ca...
Reinier Zwitserloot
2014-01-18
[configuration] updates to the tests to streamline parsing 'directives', whic...
Reinier Zwitserloot
2013-02-11
BIG commit:
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-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
2011-11-07
Changed copyright notices
Roel Spilker
2011-07-25
Delombok with a relative path and in 'output to directory' mode would NPE. Fi...
Reinier Zwitserloot
2010-11-10
Tests were failing due to a bug in the compare error output part of the test ...
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
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