aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/bytecode/SneakyThrowsRemover.java
AgeCommit message (Expand)Author
2018-10-29[java-11] up dependency on lombok.patcher, including asm7Roel Spilker
2017-11-28use ASM6 instead of ASM5Roel Spilker
2014-04-02[#655] Switched to ASM5 to support -target 1.8 classes.Reinier Zwitserloot
2013-05-30Fixes for issue 470: VerifyErrors when using @SneakyThrows.Reinier Zwitserloot
2013-04-23added temporary debug switch -Dlombok.debugAsmOnly for issue 470.Reinier Zwitserloot
2012-11-12[refactor] Cleaned up static imports (always use *), and refactored out getCt...Reinier Zwitserloot
2012-02-13Smart ATHROW reducer removed because that can at least in theory go wrong, an...Reinier Zwitserloot
2012-01-09Updated to ASM4 final.Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-06-07Updated to ASM 4.0RC1 so that we can deal with java7,Reinier Zwitserloot
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-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