This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
lombok
Watch
1
Star
0
Fork
0
You've already forked lombok
mirror of
https://github.com/tiennm99/lombok.git
synced
2026-05-28 00:26:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
273cb83ef31f0153b3cb91afa92dcd98c2658795
lombok
/
test
T
History
Roel Spilker
d9031506b5
support for @Builder on methods with a generified return type.
Fixes
#1420
2017-12-12 02:42:14 +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
‘fixed’ ecj testing on JDK9 by requiring that you download the Oracle8 rt.jar. Fortunately, we already had an optional ant task to fetch this. I’ve simply made it less optional.
2017-12-11 21:28:46 +01:00
ecj
Added a test to make sure we never break ecj again.
2012-01-09 19:49:56 +01:00
pretty
/resource
ExoticJava was missing a marker for java7+; as it contains ARM construct, it needs that.
2017-02-16 23:45:28 +01:00
transform
support for @Builder on methods with a generified return type.
Fixes
#1420
2017-12-12 02:42:14 +01:00