This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
lombok
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tiennm99/lombok.git
synced
2026-09-18 20:19:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
228e99fe5203e92c7297325fec69a82abc1a4bd7
lombok
/
test
T
History
Reinier Zwitserloot
228e99fe52
[
fixes
#2046
] you can now suppress the builder() method, useful if you only want toBuilder(). Also suppresses the warnings about any missing Builder.Default annotations.
2019-03-25 23:11:48 +01:00
..
bytecode
[
#655
] Added a test for the post compiler. It indeed fails in JDK8 now due to an ASM version that doesn't understand java 8 class files.
2014-04-02 00:59:08 +02:00
configuration
fix broken test for configuration that contained the wrong line numbers
2016-06-29 00:37:12 +02:00
core/src
/lombok
[test] Made it easier to run the tests on just one of the resource files.
2019-01-29 01:34:22 +01:00
ecj
Added a test to make sure we never break ecj again.
2012-01-09 19:49:56 +01:00
manual
[
fixes
#1932
] We broke the delombok ant task.
2018-11-01 15:01:33 +01:00
pretty
/resource
[
fixes
#1997
] try-with-resources where the thing you’re guarding is just a variable ref instead of a full decl (legal since JDK9) would break delombok
2019-02-19 02:08:14 +01:00
transform
[
fixes
#2046
] you can now suppress the builder() method, useful if you only want toBuilder(). Also suppresses the warnings about any missing Builder.Default annotations.
2019-03-25 23:11:48 +01:00