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-10 08:11:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cec7dfd1908a92fa29763abf7d6a4faac7bd9d98
lombok
/
test
T
History
Reinier Zwitserloot
cec7dfd190
Empty statements no longer being printed to be consistent with Javac7 which seems to just remove these from the AST entirely.
2012-10-25 00:08:02 +02:00
..
bytecode
Fixed bug in reading long and double values
2012-01-23 21:15:13 +01:00
core/src
/lombok
The testrunner now uses a different mechanism to verify correctness of produced errors and warnings (i.e. we intentionally compile code with errors in them to verify that the appropriate error or warning message is emitted when lombok is active during a compilation run of either javac or ecj) - instead of string comparisons, it's a little more complex. This to enable testing of both javac6 and javac7, even if they produce (slightly) different error output.
2012-10-25 00:07:44 +02:00
ecj
Added a test to make sure we never break ecj again.
2012-01-09 19:49:56 +01:00
pretty
/resource
Empty statements no longer being printed to be consistent with Javac7 which seems to just remove these from the AST entirely.
2012-10-25 00:08:02 +02:00
transform
The testrunner now uses a different mechanism to verify correctness of produced errors and warnings (i.e. we intentionally compile code with errors in them to verify that the appropriate error or warning message is emitted when lombok is active during a compilation run of either javac or ecj) - instead of string comparisons, it's a little more complex. This to enable testing of both javac6 and javac7, even if they produce (slightly) different error output.
2012-10-25 00:07:44 +02:00