aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-30Prepare for 6.2 release.Gary D. Gregory
2017-11-30Prepare for 6.2 release.Gary D. Gregory
2017-11-30Prepare for 6.2 release.Gary D. Gregory
2017-11-30[BCEL-300] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag i...Gary D. Gregory
2017-11-27Sort members.Gary D. Gregory
2017-11-27Clean ups: use final.Gary D. Gregory
2017-11-27Refactor test.Gary D. Gregory
2017-11-27This test was pretending to test JDK jars but was not. Also now tests JRE 9, ...Gary D. Gregory
2017-11-27[BCEL-301] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag i...Gary D. Gregory
2017-11-27[BCEL-300] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag i...Gary D. Gregory
2017-10-20Fix incorrect indentation, thanks to Michael Ernst. This closes #18Bruno P. Kinoshita
2017-10-16Remove unused imports.Gary D. Gregory
2017-10-16Use final.Gary D. Gregory
2017-10-16[BCEL-295] Fix local variable live range length. Use less verbose code.Gary D. Gregory
2017-10-16[BCEL-295] Fix local variable live range length; add test case. This closes #17.Gary D. Gregory
2017-10-16[BCEL-295] Fix local variable live range length; add test case.Gary D. Gregory
2017-10-13[BCEL-296] Incorrect comment in several classes.Gary D. Gregory
2017-10-09Fix typo in JavaDoc. Thanks to Michael Ernst. This fixes #15 from GitHub.Benedikt Ritter
2017-10-08fix javadoc typo: patch by Michael Ernst <mernst@cs.washington.edu>David Brosius
2017-10-03BCEL-294: Incorrect comment in StackMap.java. Thanks to Mark RobertsBenedikt Ritter
2017-09-18Add empty changes entry for next releaseBenedikt Ritter
2017-09-14Update site for release 6.1Benedikt Ritter
2017-09-14Updated download page in preparation for 6.1 release.Benedikt Ritter
2017-09-14BCEL-293: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibilityBenedikt Ritter
2017-09-12Remove none ASCII character from JavaDocBenedikt Ritter
2017-09-12Make CheckStyle happyBenedikt Ritter
2017-09-12Parameter names should be in camel caseBenedikt Ritter
2017-09-12BCEL-292: Add minimal Java 9 support. Add missing changes.xml entry. Code has...Benedikt Ritter
2017-09-12BCEL-286: Utility.signatureToString fails if a method has multiple type argum...Benedikt Ritter
2017-08-30BCEL-276: LocalVariableTypeTable is not updated. Updated fix thanks to Mark R...Benedikt Ritter
2017-08-30BCEL-287: IINC does not handle -128 properly. Thanks to Mark RobertsBenedikt Ritter
2017-08-30BCEL-283: Support for StackMap should be different from StackMapTable. Thanks...Benedikt Ritter
2017-08-28Add missing @since tagsBenedikt Ritter
2017-08-28Better JavaDoc formattingBenedikt Ritter
2017-08-25Remove trailing white spaces on all lines.Gary D. Gregory
2017-08-25Add final modifier to local variables.Gary D. Gregory
2017-08-25Add final modifier to method parameters.Gary D. Gregory
2017-08-25Convert 'for' loops to enhanced 'for' loops.Gary D. Gregory
2017-08-25Convert control statement bodies to block.Gary D. Gregory
2017-05-19BCEL-289: changes.xml entryBruno P. Kinoshita
2017-05-19BCEL-289: iterate through parameter annotation entries using the right limitBruno P. Kinoshita
2017-02-13First pass at Java 9 support based on EA releases and http://cr.openjdk.java....Mark Thomas
2016-12-07Jira Issue #284 Handle InvokeDynamic.getReferenceType() sanelyDavid Brosius
2016-10-29follow BCEL's field naming patternDavid Brosius
2016-10-10Trivial typosBruno P. Kinoshita
2016-10-10Add missing link to section 2 (JVM)Bruno P. Kinoshita
2016-09-15Correct download and apidocs linksStian Soiland-Reyes
2016-09-06BCEL-276: LocalVariableTypeTable is not updated. Thanks to Sam Yoon. This als...Benedikt Ritter
2016-07-29BCEL-277: Resolving the String representation of a constant throws NoSuchElem...Benedikt Ritter
2016-07-14Add dependency tags to pom snippetBenedikt Ritter