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-07-16 22:17:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
555bdfd52ffddcf01b444fb2802cdf9f486e0f87
lombok
/
test
/
transform
/
resource
T
History
Reinier Zwitserloot
dd18f63ee5
Fix for issue 396: Static constructors generated for classes with type parameters did not work in javac.
2012-07-17 00:15:40 +02:00
..
after-delombok
Fix for issue 396: Static constructors generated for classes with type parameters did not work in javac.
2012-07-17 00:15:40 +02:00
after-ecj
Fix for issue 396: Static constructors generated for classes with type parameters did not work in javac.
2012-07-17 00:15:40 +02:00
before
Fix for issue 396: Static constructors generated for classes with type parameters did not work in javac.
2012-07-17 00:15:40 +02:00
messages-delombok
fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstructor is present means it gets ignored, but until now lombok didn't warn you about this.
2012-07-16 23:18:58 +02:00
messages-ecj
fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstructor is present means it gets ignored, but until now lombok didn't warn you about this.
2012-07-16 23:18:58 +02:00
messages-idempotent
Updated tests to reflect changes to delombok (delombok now kills super(), because attrib adds them even in places where that's wrong).
2012-07-16 22:04:39 +02:00