1. 5891d9d Prepare for 6.2 release. by Gary D. Gregory · 7 years ago
  2. 5936acf Prepare for 6.2 release. by Gary D. Gregory · 7 years ago
  3. 60a1531 Prepare for 6.2 release. by Gary D. Gregory · 7 years ago
  4. cfdf590 [BCEL-300] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19. by Gary D. Gregory · 7 years ago
  5. 6535c04 Sort members. by Gary D. Gregory · 7 years ago
  6. 4790afd Clean ups: use final. by Gary D. Gregory · 7 years ago
  7. 6faa785 Refactor test. by Gary D. Gregory · 7 years ago
  8. db6cf11 This test was pretending to test JDK jars but was not. Also now tests JRE 9, 10 EA and JDK 9 and 10 EA. by Gary D. Gregory · 7 years ago
  9. 2a35415 [BCEL-301] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 20. by Gary D. Gregory · 7 years ago
  10. 54567cc [BCEL-300] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19. by Gary D. Gregory · 7 years ago
  11. ae57c74 Fix incorrect indentation, thanks to Michael Ernst. This closes #18 by Bruno P. Kinoshita · 7 years ago
  12. aa57232 Remove unused imports. by Gary D. Gregory · 7 years ago
  13. 774228b Use final. by Gary D. Gregory · 7 years ago
  14. 4f30fa5 [BCEL-295] Fix local variable live range length. Use less verbose code. by Gary D. Gregory · 7 years ago
  15. d700649 [BCEL-295] Fix local variable live range length; add test case. This closes #17. by Gary D. Gregory · 7 years ago
  16. 0d33e87 [BCEL-295] Fix local variable live range length; add test case. by Gary D. Gregory · 7 years ago
  17. 90e9426 [BCEL-296] Incorrect comment in several classes. by Gary D. Gregory · 7 years ago
  18. 7a8ff74 Fix typo in JavaDoc. Thanks to Michael Ernst. This fixes #15 from GitHub. by Benedikt Ritter · 7 years ago
  19. 3ff08e1 fix javadoc typo: patch by Michael Ernst <mernst@cs.washington.edu> by David Brosius · 7 years ago
  20. 5215032 BCEL-294: Incorrect comment in StackMap.java. Thanks to Mark Roberts by Benedikt Ritter · 7 years ago
  21. afd6644 Add empty changes entry for next release by Benedikt Ritter · 7 years ago
  22. a2a9f2b Update site for release 6.1 by Benedikt Ritter · 7 years ago
  23. 9d7bc15 Updated download page in preparation for 6.1 release. by Benedikt Ritter · 7 years ago
  24. 789557e BCEL-293: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility by Benedikt Ritter · 7 years ago
  25. d69f422 Remove none ASCII character from JavaDoc by Benedikt Ritter · 7 years ago
  26. db1483a Make CheckStyle happy by Benedikt Ritter · 7 years ago
  27. cb9d0a8 Parameter names should be in camel case by Benedikt Ritter · 7 years ago
  28. 8e09c4d BCEL-292: Add minimal Java 9 support. Add missing changes.xml entry. Code has already been added in rev. 1782852. by Benedikt Ritter · 7 years ago
  29. df7a378 BCEL-286: Utility.signatureToString fails if a method has multiple type arguments. Thanks to Mark Roberts. by Benedikt Ritter · 7 years ago
  30. 54a95d8 BCEL-276: LocalVariableTypeTable is not updated. Updated fix thanks to Mark Roberts. This closes #12 from GitHub. by Benedikt Ritter · 7 years ago
  31. 93c12bb BCEL-287: IINC does not handle -128 properly. Thanks to Mark Roberts by Benedikt Ritter · 7 years ago
  32. efc4809 BCEL-283: Support for StackMap should be different from StackMapTable. Thanks to Mark Roberts by Benedikt Ritter · 7 years ago
  33. d6fbb3d Add missing @since tags by Benedikt Ritter · 7 years ago
  34. ce846a4 Better JavaDoc formatting by Benedikt Ritter · 7 years ago
  35. f640f4e Remove trailing white spaces on all lines. by Gary D. Gregory · 7 years ago
  36. 05164d2 Add final modifier to local variables. by Gary D. Gregory · 7 years ago
  37. b73ff92 Add final modifier to method parameters. by Gary D. Gregory · 7 years ago
  38. e447297 Convert 'for' loops to enhanced 'for' loops. by Gary D. Gregory · 7 years ago
  39. 05b614d Convert control statement bodies to block. by Gary D. Gregory · 7 years ago
  40. 5df0726 BCEL-289: changes.xml entry by Bruno P. Kinoshita · 7 years ago
  41. e74df2c BCEL-289: iterate through parameter annotation entries using the right limit by Bruno P. Kinoshita · 7 years ago
  42. 5f5fa24 First pass at Java 9 support based on EA releases and http://cr.openjdk.java.net/~mr/jigsaw/spec/lang-vm.html#jigsaw-2.6 by Mark Thomas · 8 years ago
  43. 28d51da Jira Issue #284 Handle InvokeDynamic.getReferenceType() sanely by David Brosius · 8 years ago
  44. bb9dea3 follow BCEL's field naming pattern by David Brosius · 8 years ago
  45. bbd8cf5 Trivial typos by Bruno P. Kinoshita · 8 years ago
  46. f284e60 Add missing link to section 2 (JVM) by Bruno P. Kinoshita · 8 years ago
  47. 165518a Correct download and apidocs links by Stian Soiland-Reyes · 8 years ago
  48. c96a3e5 BCEL-276: LocalVariableTypeTable is not updated. Thanks to Sam Yoon. This also fixes #10 from GitHub. by Benedikt Ritter · 8 years ago
  49. 7ceb5a6 BCEL-277: Resolving the String representation of a constant throws NoSuchElementException in case of CONSTANT_NameAndType constant. Thanks to Sam Yoon. This also closes #9 from GitHub. by Benedikt Ritter · 8 years ago
  50. 8df53e2 Add dependency tags to pom snippet by Benedikt Ritter · 8 years ago
  51. 2116e21 Remove trailing white spaces by Benedikt Ritter · 8 years ago
  52. 22f0897 Add empty entry for next release to changes.xml by Benedikt Ritter · 8 years ago
  53. ed454a3 Add missing Apache license header by Benedikt Ritter · 8 years ago
  54. 99c10d3 Update release date of BCEL 6.0 by Benedikt Ritter · 8 years ago
  55. fdc460d BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should not throw an exception when it detects an array. Thanks to Mark Roberts. by Benedikt Ritter · 8 years ago
  56. a3fc218 Fix test that breaks in a RC reviewer's Windows 10 set up. by Gary D. Gregory · 8 years ago
  57. 960febe Gracefully handle ecj's odd generation of LocalVariableTypeTable types, prefixed by \!, or \!+ or \!* by David Brosius · 8 years ago
  58. 6b0c5a3 BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should throw an exception when it detects an array. Thanks to Mark Roberts. by Benedikt Ritter · 8 years ago
  59. 924120b Set release date to the date RC7 will be created (today) by Benedikt Ritter · 8 years ago
  60. bb04d08 Unnecessary semicolon. by Gary D. Gregory · 8 years ago
  61. 62950be Unnecessary semicolon. by Gary D. Gregory · 8 years ago
  62. d5b3c4d Drop duplicate entry for BCEL-184 by Sebastian Bazley · 8 years ago
  63. be65f88 Drop test entry by Sebastian Bazley · 8 years ago
  64. 61ac164 Javadoc for deprecations by Sebastian Bazley · 8 years ago
  65. d7bb255 Generic Visitor was also updated by Sebastian Bazley · 8 years ago
  66. 47c0e90 Fix up changes.xml so it regenerates RELEASE-NOTES OK by Sebastian Bazley · 8 years ago
  67. 0aa96a1 Don't hard-code file separator by Sebastian Bazley · 8 years ago
  68. bb5bf37 On Windows, test whatever JRE and JDK are registered in the Windows Registry. by Gary D. Gregory · 8 years ago
  69. 8ec1c52 On Windows, test whatever JRE and JDK are registered in the Windows Registry. by Gary D. Gregory · 8 years ago
  70. 35b06e0 On Windows, test whatever JRE and JDK are registered in the Windows Registry. by Gary D. Gregory · 8 years ago
  71. a949430 Parameterize test. by Gary D. Gregory · 8 years ago
  72. 2106a8a Parameterize test. by Gary D. Gregory · 8 years ago
  73. 8025b2a Fix funky formating. by Gary D. Gregory · 8 years ago
  74. 98b0e85 Don't need ()s. by Gary D. Gregory · 8 years ago
  75. 2697e3b Restore BC vs. 5.2. by Gary D. Gregory · 8 years ago
  76. 7a28a2d Use final on local vars when possible (which already do on fields and parameters when possible.) by Gary D. Gregory · 8 years ago
  77. e0522db Formatting "for(" -> "for (". by Gary D. Gregory · 8 years ago
  78. f2e9feb Formatting "){" -> ") {". by Gary D. Gregory · 8 years ago
  79. c8c91b4 Formatting. by Gary D. Gregory · 8 years ago
  80. 6b15ab9 Restore BC vs. 5.2. by Gary D. Gregory · 8 years ago
  81. 8e00ac7 Fix PMD issues: remove unused modifiers, see https://pmd.github.io/pmd-5.4.2/pmd-java/rules/java/unusedcode.html#UnusedModifier by Gary D. Gregory · 8 years ago
  82. a21d27b Set release date to today, since I'm going to create RC6 now. by Benedikt Ritter · 8 years ago
  83. 349f502 Move build tool related configuration files to separate config directory. by Benedikt Ritter · 8 years ago
  84. f5b8154 Creating BCEL 6.0 RC1 soon, so set release to today by Benedikt Ritter · 8 years ago
  85. 471fafd Remove redundant section from home page by Benedikt Ritter · 8 years ago
  86. 33bf795 Update website for release 6.0 by Benedikt Ritter · 8 years ago
  87. b40fd07 Updated download page in preparation for 6.0 release. by Benedikt Ritter · 8 years ago
  88. 842ebc6 Add missing license headers by Benedikt Ritter · 8 years ago
  89. cc1c0fb Add BCEL-237 to changes.xml and RELEASE-NOTES since it seems to have been fixed already by Benedikt Ritter · 8 years ago
  90. 648f753 Add BCEL-230 to changes.xml and RELEASE-NOTES by Benedikt Ritter · 8 years ago
  91. a7820fb Add a full API diff report (mvn site -Dclirr.allDifferences) comparing BCEL 5.2 with BCEL 6.0 by Benedikt Ritter · 8 years ago
  92. 8e15017 Use JaCoCo for measuring test coverage since the Cobertura instrumentation breaks test during site build by Benedikt Ritter · 8 years ago
  93. 2523223 Javadoc fixes by Sebastian Bazley · 8 years ago
  94. 2763654 Move remaining content of README.txt to Appendix of BCEL manual by Benedikt Ritter · 8 years ago
  95. 52d7fb6 Split up the manual into separate pages per topic by Benedikt Ritter · 8 years ago
  96. 6d72310 Cannot use inheritDoc for a constructor by Sebastian Bazley · 8 years ago
  97. 4bcb80f Fix wrong link by Benedikt Ritter · 8 years ago
  98. b24dc73 Let JUnit propagate errors instead of translating them into a failure by Benedikt Ritter · 8 years ago
  99. dc51387 Use spaces for indentation by Benedikt Ritter · 8 years ago
  100. 4aec5c5 Use try-with-resources. by Gary D. Gregory · 8 years ago