1. 0d33e87 [BCEL-295] Fix local variable live range length; add test case. by Gary D. Gregory · 7 years ago
  2. 90e9426 [BCEL-296] Incorrect comment in several classes. by Gary D. Gregory · 7 years ago
  3. 5215032 BCEL-294: Incorrect comment in StackMap.java. Thanks to Mark Roberts by Benedikt Ritter · 7 years ago
  4. afd6644 Add empty changes entry for next release by Benedikt Ritter · 7 years ago
  5. a2a9f2b Update site for release 6.1 by Benedikt Ritter · 7 years ago
  6. 789557e BCEL-293: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility by Benedikt Ritter · 7 years ago
  7. 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
  8. df7a378 BCEL-286: Utility.signatureToString fails if a method has multiple type arguments. Thanks to Mark Roberts. by Benedikt Ritter · 7 years ago
  9. 54a95d8 BCEL-276: LocalVariableTypeTable is not updated. Updated fix thanks to Mark Roberts. This closes #12 from GitHub. by Benedikt Ritter · 7 years ago
  10. 93c12bb BCEL-287: IINC does not handle -128 properly. Thanks to Mark Roberts by Benedikt Ritter · 7 years ago
  11. efc4809 BCEL-283: Support for StackMap should be different from StackMapTable. Thanks to Mark Roberts by Benedikt Ritter · 7 years ago
  12. 5df0726 BCEL-289: changes.xml entry by Bruno P. Kinoshita · 7 years ago
  13. c96a3e5 BCEL-276: LocalVariableTypeTable is not updated. Thanks to Sam Yoon. This also fixes #10 from GitHub. by Benedikt Ritter · 8 years ago
  14. 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
  15. 22f0897 Add empty entry for next release to changes.xml by Benedikt Ritter · 8 years ago
  16. 99c10d3 Update release date of BCEL 6.0 by Benedikt Ritter · 8 years ago
  17. 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
  18. 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
  19. 924120b Set release date to the date RC7 will be created (today) by Benedikt Ritter · 8 years ago
  20. d5b3c4d Drop duplicate entry for BCEL-184 by Sebastian Bazley · 8 years ago
  21. be65f88 Drop test entry by Sebastian Bazley · 8 years ago
  22. d7bb255 Generic Visitor was also updated by Sebastian Bazley · 8 years ago
  23. 47c0e90 Fix up changes.xml so it regenerates RELEASE-NOTES OK by Sebastian Bazley · 8 years ago
  24. 2697e3b Restore BC vs. 5.2. by Gary D. Gregory · 8 years ago
  25. a21d27b Set release date to today, since I'm going to create RC6 now. by Benedikt Ritter · 8 years ago
  26. f5b8154 Creating BCEL 6.0 RC1 soon, so set release to today by Benedikt Ritter · 8 years ago
  27. cc1c0fb Add BCEL-237 to changes.xml and RELEASE-NOTES since it seems to have been fixed already by Benedikt Ritter · 8 years ago
  28. 648f753 Add BCEL-230 to changes.xml and RELEASE-NOTES by Benedikt Ritter · 8 years ago
  29. 2f2698f BCEL-243 Type.getType() needs to understand TypeVariableSignature(s) by Sebastian Bazley · 8 years ago
  30. 58e0a1f Remove BCEL-222 from changes.xml by Benedikt Ritter · 8 years ago
  31. 6d1a43f Fill out description by Sebastian Bazley · 8 years ago
  32. f574335 [BCEL-272] Add constants for Java 9 class file version 53. by Gary D. Gregory · 8 years ago
  33. cc50f64 [BCEL-271] FCONST pattern does not include FCONST_2. by Gary D. Gregory · 8 years ago
  34. 0b85aba BCEL-264 Add missing Node.accept() implementations (ConstantMethodHandle, ConstantMethodType, ParameterAnnotationEntry) by Sebastian Bazley · 9 years ago
  35. feba9d2 BCEL-221 BCELifier is not working for Java8Example by Sebastian Bazley · 9 years ago
  36. 80ed767 BCEL-195 addition of hashCode() to generic/Instruction.java breaks Targeters. Never make distinct BranchInstructions compare equal by Sebastian Bazley · 9 years ago
  37. c06fa14 BCEL-261 Select constructor allows partially constructed instance to escape. Re-ordered code to delay the escape by Sebastian Bazley · 9 years ago
  38. d4505a8 BCEL-259 Minor doc error in BranchInstruction.java Typo in changes.xml by Sebastian Bazley · 9 years ago
  39. 4931b2d BCEL-259 Minor doc error in BranchInstruction.java by Sebastian Bazley · 9 years ago
  40. 06d969a BCEL-260 ClassDumper example duplicates field attribute types by Sebastian Bazley · 9 years ago
  41. 7e30321 BCEL-258 No tests to check the output of dump methods by Sebastian Bazley · 9 years ago
  42. b227b3b BCEL-257 INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL need to define dump() methods by Sebastian Bazley · 9 years ago
  43. bf300c3 BCEL-254 Two more methods that would be nice to be public. by Sebastian Bazley · 9 years ago
  44. a375a02 BCEL-245 Type class includes constants that reference subclasses by Sebastian Bazley · 9 years ago
  45. c4560ea BCEL-253 Pass 3b verifier is too strict. by Sebastian Bazley · 9 years ago
  46. f14429b BCEL-248 StackMapTable[Entry] should be removed and improvements merged into StackMap[Entry] by Sebastian Bazley · 9 years ago
  47. 21feca7 BCEL-202 StackMapTableEntry.copy() needs to be deep; Improved support for StackMaps by Sebastian Bazley · 9 years ago
  48. 36066a5 BCEL-251 Pass3aVerifier visitANEWARRAY() does not allow 255 array dimensions by Sebastian Bazley · 9 years ago
  49. 8861e8a BCEL-211 Some additional clone methods should be public. by Sebastian Bazley · 9 years ago
  50. c2f5b0a BCEL-249 Check for max Short seems wrong by Sebastian Bazley · 9 years ago
  51. f1b42f4 BCEL-127 Document that Instruction Factory returns singleton instances by Sebastian Bazley · 9 years ago
  52. 1e99e0b BCEL-198 better support for clone/copy methods by Sebastian Bazley · 9 years ago
  53. dbd47e5 BCEL-242 Remove Serializable by Sebastian Bazley · 9 years ago
  54. 12fa860 Revert most of BCEL-232 by Sebastian Bazley · 9 years ago
  55. 25aeeef Revert BCEL-235 and BCEL-233 by Sebastian Bazley · 9 years ago
  56. 9f307d3 BCEL-110 Problem with JAXB if the bcel classloader is used; remove the broken ClassLoader class by Sebastian Bazley · 9 years ago
  57. 52e1dd4 Fix type of change by Sebastian Bazley · 9 years ago
  58. 90d616c BCEL-231 Remove deprecated methods and classes by Sebastian Bazley · 9 years ago
  59. 5292a12 BCEL-110 Problem with JAXB if the bcel classloader is used by Sebastian Bazley · 9 years ago
  60. 1419bf8 BCEL-201 modify several toString methods to make output similar to "javap" by Sebastian Bazley · 9 years ago
  61. 3da8b11 BCEL-205 add javadoc comments to LineNumber.java and LineNumberTable.java by Sebastian Bazley · 9 years ago
  62. 70c22d3 Oops by Sebastian Bazley · 9 years ago
  63. 35ac47d BCEL-208 Need to check for an empty InstructionList by Sebastian Bazley · 9 years ago
  64. 06a63c5 BCEL-212 Inconsistent toString() results by Sebastian Bazley · 9 years ago
  65. ecdc6f1 BCEL-217 long type instructions are not searched by InstructionFinder using regular expression by Sebastian Bazley · 9 years ago
  66. 90867a9 [BCEL-244] Update Java requirement from 5 to 7. by Gary D. Gregory · 9 years ago
  67. db84d40 BCEL-239 Interfaces should not be used to define constants by Sebastian Bazley · 9 years ago
  68. bb47ba1 BCEL-235 Remove unused setters by Sebastian Bazley · 9 years ago
  69. e9c4b03 BCEL-232 Make mutable fields private. by Sebastian Bazley · 9 years ago
  70. cb5fbb3 BCEL-233 The access_flags field in AccessFlags class should be final by Sebastian Bazley · 9 years ago
  71. 0ea7ebe BCEL-234 Code must not swallow Throwable by Sebastian Bazley · 9 years ago
  72. 00196e4 BCEL-222: changes.xml by Chas Honton · 9 years ago
  73. bc6483c [BCEL-219] Make org.apache.bcel.classfile.ConstantPool.ConstantPool(DataInput) public. by Gary D. Gregory · 9 years ago
  74. 763333c BCEL-209 by Chas Honton · 9 years ago
  75. 48426e0 BCEL-187 by Chas Honton · 9 years ago
  76. c0e9f32 BCEL-218 Remove caching from ObjectType by Chas Honton · 9 years ago
  77. 9a09f41 Fix BCEL-188 by Mark Thomas · 9 years ago
  78. 1120dfb Fix BCEL-193 by Mark Thomas · 9 years ago
  79. 5f029f6 The verifier now checks if methods with a void return type attempt to return an object. Thanks to Jérôme Leroux (BCEL-184) by Emmanuel Bourg · 9 years ago
  80. c070c23 MethodGen.removeLocalVariable/s now remove the associated targetters. Thanks to Mark Roberts (BCEL-207) by Emmanuel Bourg · 9 years ago
  81. fc5fd06 Add support for TypeVariables to Utility.signatureToString(). Thanks to Mark Roberts (BCEL-197) by Emmanuel Bourg · 9 years ago
  82. d2883e2 Removed the 'index' variable from the LocalVariableGen's hash code, thanks to Mark Roberts (BCEL-194) by Emmanuel Bourg · 9 years ago
  83. fbcd823 BCEL-186 Performance degradation with the UTF8 cache by Sebastian Bazley · 9 years ago
  84. 75a8d8c [BCEL-181] org.apache.bcel.util.ClassLoaderRepository.loadClass(String) leaks input streams. by Gary D. Gregory · 10 years ago
  85. f896e6c Fix BCEL-177 MethodParameter parameter count is one byte, not two. by Mark Emlyn David Thomas · 10 years ago
  86. 64dd3f0 Updated the changes report for BCEL 6.0 by Emmanuel Bourg · 10 years ago
  87. 9b4dd37 Replaced Bugzilla with JIRA by Emmanuel Bourg · 10 years ago
  88. 2ec4ac5 Bug 51014 - Examples not present in source or binary downloads by Sebastian Bazley · 12 years ago
  89. 8d35e67 Bug 52433 - Why using unstable sort at MethodGen.getLocalVariables() ? by Sebastian Bazley · 12 years ago