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-06-09 18:14:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bcf2d55abfb2b9d17de5ec339d16221dca6db6d4
lombok
/
test
T
History
Roel Spilker
2ccd3f5f5d
Fixes
#2165
: Generated equals fails on annotated array type
2019-07-08 23:17:38 +02: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
[trivial] making a part of the test framework code not warn on default JDK11+ linter settings.
2019-04-24 14:05:12 +02: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
[issue
#2140
] Reproducing the bug: delombok issue: When you delombok a signature like:
List<byte[]>... arg
, the array brackets are replaced by dots in the delomboked output, which isn’t valid java.
2019-06-18 00:35:26 +02:00
stubs/com/fasterxml/jackson
/annotation
[
fixes
#1981
][
fixes
#1961
] Hardcoded some knowledge about how to copy jackson’s
@JsonProperty
.
2019-05-07 00:08:49 +02:00
transform
Fixes
#2165
: Generated equals fails on annotated array type
2019-07-08 23:17:38 +02:00