aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/bytecode
AgeCommit message (Expand)Author
2010-11-09Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppressRoel Spilker
2010-09-30bugfix for the sneakyThrows remover: In rare cases would erroneously delete a...Reinier Zwitserloot
2010-08-15Documented the ClassFileMetaData utility.Reinier Zwitserloot
2010-08-07Fixed some bugs in reading the constant pool and added testsRoel Spilker
2010-08-05Created utility class to casually inspect class files on the usage of classes...Roel Spilker
2010-08-05Remove the double-athrowRoel Spilker
2010-08-03Post Compiler now works, including the sneaky throws remover. Also added a lo...Roel Spilker
2010-08-03Hey, the sneaky throws remover works, at least when run separately.Roel Spilker