aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-11-27Update Maven FindBugs plugin from 3.0.4 to 3.0.5.Gary D. Gregory
2017-11-27Update test dependency on Apache Commons Lang from 3.6 to 3.7.Gary D. Gregory
2017-10-20Update tests from Apache Commons IO 2.5 to 2.6.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-18Update README.md for 6.1 releaseBenedikt Ritter
2017-09-18Bump version number for next development iterationBenedikt Ritter
2017-09-14Update site for release 6.1Benedikt Ritter
2017-09-14Happy new year (and it's almost 2018...)Benedikt Ritter
2017-09-14Add release notes for 6.1 releaseBenedikt 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-14Update JNA dependency to the latest versionBenedikt 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-28Downgrade to findbugs-maven-plugin 3.0.4, since the build fails with 3.0.5Benedikt 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-25jmh.version 1.12 -> 1.19.Gary D. Gregory
2017-08-25Convert control statement bodies to block.Gary D. Gregory
2017-08-25exec-maven-plugin 1.4.0 -> 1.6.0.Gary D. Gregory
2017-08-25maven-pmd-plugin 3.6 -> 3.8.Gary D. Gregory
2017-08-25Update test dependencies.Gary D. Gregory
2017-08-25Update commons-parent and Maven plugins.Gary D. Gregory
2017-08-06update README.mdPascal Schumacher
2017-07-30Remove oraclejdk7 from travis configuration, because it is no longer available.Pascal Schumacher
2017-05-27(chore) adding commons.module.name to pomRob Tompkins