aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-30Prepare for 6.2 release.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816760 13f79535-47bb-0310-9956-ffa450edef68
2017-11-30Prepare for 6.2 release.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816759 13f79535-47bb-0310-9956-ffa450edef68
2017-11-30Prepare for 6.2 release.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816758 13f79535-47bb-0310-9956-ffa450edef68
2017-11-30[BCEL-300] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag ↵Gary D. Gregory
in constant pool: 19. [BCEL-301] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 20. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816757 13f79535-47bb-0310-9956-ffa450edef68
2017-11-30Prepare for 6.2 release.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816756 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27Sort members.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816498 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27Clean ups: use final.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816497 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27Refactor test.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816496 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27This test was pretending to test JDK jars but was not. Also now tests JRE 9, ↵Gary D. Gregory
10 EA and JDK 9 and 10 EA. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816495 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27[BCEL-301] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag ↵Gary D. Gregory
in constant pool: 20. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816490 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27[BCEL-300] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag ↵Gary D. Gregory
in constant pool: 19. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816488 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27Update Maven FindBugs plugin from 3.0.4 to 3.0.5.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816486 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27Update test dependency on Apache Commons Lang from 3.6 to 3.7.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816485 13f79535-47bb-0310-9956-ffa450edef68
2017-10-20Update tests from Apache Commons IO 2.5 to 2.6.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812757 13f79535-47bb-0310-9956-ffa450edef68
2017-10-20Fix incorrect indentation, thanks to Michael Ernst. This closes #18Bruno P. Kinoshita
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812710 13f79535-47bb-0310-9956-ffa450edef68
2017-10-16Remove unused imports.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812327 13f79535-47bb-0310-9956-ffa450edef68
2017-10-16Use final.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812326 13f79535-47bb-0310-9956-ffa450edef68
2017-10-16[BCEL-295] Fix local variable live range length. Use less verbose code.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812325 13f79535-47bb-0310-9956-ffa450edef68
2017-10-16[BCEL-295] Fix local variable live range length; add test case. This closes #17.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812324 13f79535-47bb-0310-9956-ffa450edef68
2017-10-16[BCEL-295] Fix local variable live range length; add test case.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812323 13f79535-47bb-0310-9956-ffa450edef68
2017-10-13[BCEL-296] Incorrect comment in several classes.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812166 13f79535-47bb-0310-9956-ffa450edef68
2017-10-09Fix typo in JavaDoc. Thanks to Michael Ernst. This fixes #15 from GitHub.Benedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1811533 13f79535-47bb-0310-9956-ffa450edef68
2017-10-08fix javadoc typo: patch by Michael Ernst <mernst@cs.washington.edu>David Brosius
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1811486 13f79535-47bb-0310-9956-ffa450edef68
2017-10-03BCEL-294: Incorrect comment in StackMap.java. Thanks to Mark RobertsBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1811017 13f79535-47bb-0310-9956-ffa450edef68
2017-09-18Add empty changes entry for next releaseBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808676 13f79535-47bb-0310-9956-ffa450edef68
2017-09-18Update README.md for 6.1 releaseBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808675 13f79535-47bb-0310-9956-ffa450edef68
2017-09-18Bump version number for next development iterationBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808674 13f79535-47bb-0310-9956-ffa450edef68
2017-09-14Update site for release 6.1Benedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808391 13f79535-47bb-0310-9956-ffa450edef68
2017-09-14Happy new year (and it's almost 2018...)Benedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808389 13f79535-47bb-0310-9956-ffa450edef68
2017-09-14Add release notes for 6.1 releaseBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808387 13f79535-47bb-0310-9956-ffa450edef68
2017-09-14Updated download page in preparation for 6.1 release.Benedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808380 13f79535-47bb-0310-9956-ffa450edef68
2017-09-14BCEL-293: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibilityBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808379 13f79535-47bb-0310-9956-ffa450edef68
2017-09-14Update JNA dependency to the latest versionBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808377 13f79535-47bb-0310-9956-ffa450edef68
2017-09-12Remove none ASCII character from JavaDocBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808136 13f79535-47bb-0310-9956-ffa450edef68
2017-09-12Make CheckStyle happyBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808134 13f79535-47bb-0310-9956-ffa450edef68
2017-09-12Parameter names should be in camel caseBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808133 13f79535-47bb-0310-9956-ffa450edef68
2017-09-12BCEL-292: Add minimal Java 9 support. Add missing changes.xml entry. Code ↵Benedikt Ritter
has already been added in rev. 1782852. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808132 13f79535-47bb-0310-9956-ffa450edef68
2017-09-12BCEL-286: Utility.signatureToString fails if a method has multiple type ↵Benedikt Ritter
arguments. Thanks to Mark Roberts. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808131 13f79535-47bb-0310-9956-ffa450edef68
2017-08-30BCEL-276: LocalVariableTypeTable is not updated. Updated fix thanks to Mark ↵Benedikt Ritter
Roberts. This closes #12 from GitHub. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806728 13f79535-47bb-0310-9956-ffa450edef68
2017-08-30BCEL-287: IINC does not handle -128 properly. Thanks to Mark RobertsBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806726 13f79535-47bb-0310-9956-ffa450edef68
2017-08-30BCEL-283: Support for StackMap should be different from StackMapTable. ↵Benedikt Ritter
Thanks to Mark Roberts git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806724 13f79535-47bb-0310-9956-ffa450edef68
2017-08-28Add missing @since tagsBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806489 13f79535-47bb-0310-9956-ffa450edef68
2017-08-28Better JavaDoc formattingBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806488 13f79535-47bb-0310-9956-ffa450edef68
2017-08-28Downgrade to findbugs-maven-plugin 3.0.4, since the build fails with 3.0.5Benedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806483 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25Remove trailing white spaces on all lines.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806200 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25Add final modifier to local variables.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806199 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25Add final modifier to method parameters.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806198 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25Convert 'for' loops to enhanced 'for' loops.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806197 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25jmh.version 1.12 -> 1.19.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806196 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25Convert control statement bodies to block.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806195 13f79535-47bb-0310-9956-ffa450edef68