aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/bytecode
AgeCommit message (Expand)Author
2012-03-26Fix for issue 339: return "java/lang/Object" when an error occurs.Roel Spilker
2012-03-19Added debugging code to find the cause of issue 339Roel Spilker
2012-02-13Smart ATHROW reducer removed because that can at least in theory go wrong, an...Reinier Zwitserloot
2012-01-31Updated copyright notice in command line tool help, made debug tool=true suba...Reinier Zwitserloot
2012-01-30Added a tool to display the constant pool for a list of class filesRoel Spilker
2012-01-30Made LombokApp an abstract class and added isDebugTool.Roel Spilker
2012-01-23Fixed bug in reading long and double valuesRoel Spilker
2012-01-09Updated to ASM4 final.Reinier Zwitserloot
2011-12-20Moved Asm utils out of utils and into core, because utils isn't supposed to h...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
2011-06-06Issue 188: add class file pool constants for methodhandles and invokedynamic ...Roel Spilker
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