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
Age
Commit message (
Expand
)
Author
2016-11-22
`var` can now also be configured to emit a warning when used.
Roel Spilker
2016-05-11
Integrate JBossLog code
Roel Spilker
2016-05-06
Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103]
Thomas Darimont
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-09-23
Remove lombok annotation from source
Roel Spilker
2015-02-02
[i702] findbugs suppress warnings now available via config key.
Reinier Zwitserloot
2015-02-01
Fixed issues with val in inner classes, and re-enabled a test that caught it ...
Reinier Zwitserloot
2015-01-30
* Added config key ‘lombok.addGeneratedAnnotation’.
Reinier Zwitserloot
2015-01-21
* Fixed running ecj tests within eclipse
Reinier Zwitserloot
2015-01-20
Merge the @Singular feature and the fix for ecj and the shadowloader.
Reinier Zwitserloot
2015-01-19
builder @Singleton now works fully in eclipse as well! feature done!
Reinier Zwitserloot
2015-01-15
ecj @Builder @Singular support for j.u. sets and maps.
Reinier Zwitserloot
2015-01-03
[wip] @Singular support.
Reinier Zwitserloot
2014-12-10
[issue #759] delombok now plays nicely with exotic characters, encodings, and...
Roel Spilker
2014-05-22
[trivial] removed possible warning in eclipse.
Reinier Zwitserloot
2014-05-21
Suppressed warning about 'ignoreAllErrors()' that was added to IErrorHandling...
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-05-06
added support for different error messages, where either one will mean the te...
Reinier Zwitserloot
2014-05-04
thoroughly updated the launch targets for testing lombok in eclipse;
Reinier Zwitserloot
2014-05-01
some pretty significant changes to the build system, to try and add testing a...
Reinier Zwitserloot
2014-05-01
[test harness] Java 7+ tests would not be triggered using java 8
Roel Spilker
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-31
[configuration] Added first automated test for the configuration framework. F...
Roel Spilker
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-08-19
Only look at the line number for errors and warnings.
Roel Spilker
2013-07-16
* Fixed issues with @FieldDefaults and @Value (you can NOT override
Reinier Zwitserloot
2013-07-08
gave up on adding support for moving javadoc to getter/setter in eclipse. Ecl...
Reinier Zwitserloot
2013-05-24
Fixed more issues related to java7's try-with-resources,
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-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-03-11
changed the pattern for writing dependencies to the various lib/ directories
Reinier Zwitserloot
2013-02-11
BIG commit:
Reinier Zwitserloot
2012-10-30
Added annotation for the slf4j extended logger
grootjans
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-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-07-16
Added feature to test suite to dump actual result of running ecj / delombok o...
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
2012-02-23
Make the unittests for ecj work on windows
Roel Spilker
2012-02-14
ecj tests and eclipse tests are now effectively doing the same thing, except ...
Reinier Zwitserloot
[next]