1. 6ab9782 exec-maven-plugin 1.4.0 -> 1.6.0. by Gary D. Gregory · 7 years ago
  2. 7ae868b maven-pmd-plugin 3.6 -> 3.8. by Gary D. Gregory · 7 years ago
  3. 3d4bdf9 Update test dependencies. by Gary D. Gregory · 7 years ago
  4. 2028f6f Update commons-parent and Maven plugins. by Gary D. Gregory · 7 years ago
  5. 673f396 update README.md by Pascal Schumacher · 7 years ago
  6. 96885ab Remove oraclejdk7 from travis configuration, because it is no longer available. by Pascal Schumacher · 7 years ago
  7. 3ba08af (chore) adding commons.module.name to pom by Rob Tompkins · 7 years ago
  8. 5df0726 BCEL-289: changes.xml entry by Bruno P. Kinoshita · 7 years ago
  9. e74df2c BCEL-289: iterate through parameter annotation entries using the right limit by Bruno P. Kinoshita · 7 years ago
  10. 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 · 7 years ago
  11. 28d51da Jira Issue #284 Handle InvokeDynamic.getReferenceType() sanely by David Brosius · 8 years ago
  12. 1aa8cc0 Add Oracle JDK 7 to Travis CI. by Gary D. Gregory · 8 years ago
  13. ac6d622 Add badges. by Gary D. Gregory · 8 years ago
  14. 1c391d0 Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. by Gary D. Gregory · 8 years ago
  15. bb9dea3 follow BCEL's field naming pattern by David Brosius · 8 years ago
  16. bbd8cf5 Trivial typos by Bruno P. Kinoshita · 8 years ago
  17. f284e60 Add missing link to section 2 (JVM) by Bruno P. Kinoshita · 8 years ago
  18. 165518a Correct download and apidocs links by Stian Soiland-Reyes · 8 years ago
  19. c0e6c1e Add Sam Yoon to the list of contributors by Benedikt Ritter · 8 years ago
  20. c96a3e5 BCEL-276: LocalVariableTypeTable is not updated. Thanks to Sam Yoon. This also fixes #10 from GitHub. by Benedikt Ritter · 8 years ago
  21. 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
  22. 8df53e2 Add dependency tags to pom snippet by Benedikt Ritter · 8 years ago
  23. 2116e21 Remove trailing white spaces by Benedikt Ritter · 8 years ago
  24. ed8e1ab Document release 6.0 in README.md by Benedikt Ritter · 8 years ago
  25. 22f0897 Add empty entry for next release to changes.xml by Benedikt Ritter · 8 years ago
  26. 7065b45 Bump version number for next development iteration by Benedikt Ritter · 8 years ago
  27. ed454a3 Add missing Apache license header by Benedikt Ritter · 8 years ago
  28. 99c10d3 Update release date of BCEL 6.0 by Benedikt Ritter · 8 years ago
  29. 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
  30. a3fc218 Fix test that breaks in a RC reviewer's Windows 10 set up. by Gary D. Gregory · 8 years ago
  31. 960febe Gracefully handle ecj's odd generation of LocalVariableTypeTable types, prefixed by \!, or \!+ or \!* by David Brosius · 8 years ago
  32. 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
  33. 924120b Set release date to the date RC7 will be created (today) by Benedikt Ritter · 8 years ago
  34. bb04d08 Unnecessary semicolon. by Gary D. Gregory · 8 years ago
  35. 62950be Unnecessary semicolon. by Gary D. Gregory · 8 years ago
  36. d5b3c4d Drop duplicate entry for BCEL-184 by Sebastian Bazley · 8 years ago
  37. be65f88 Drop test entry by Sebastian Bazley · 8 years ago
  38. ead8091 Tell mailer we are using UTF-8 by Sebastian Bazley · 8 years ago
  39. 2e1d3d3 Tell mailer we are using UTF-8 by Sebastian Bazley · 8 years ago
  40. 61ac164 Javadoc for deprecations by Sebastian Bazley · 8 years ago
  41. d7bb255 Generic Visitor was also updated by Sebastian Bazley · 8 years ago
  42. 47c0e90 Fix up changes.xml so it regenerates RELEASE-NOTES OK by Sebastian Bazley · 8 years ago
  43. bb668dd Update to current JMH version by Sebastian Bazley · 8 years ago
  44. 0aa96a1 Don't hard-code file separator by Sebastian Bazley · 8 years ago
  45. bb5bf37 On Windows, test whatever JRE and JDK are registered in the Windows Registry. by Gary D. Gregory · 8 years ago
  46. 8ec1c52 On Windows, test whatever JRE and JDK are registered in the Windows Registry. by Gary D. Gregory · 8 years ago
  47. 35b06e0 On Windows, test whatever JRE and JDK are registered in the Windows Registry. by Gary D. Gregory · 8 years ago
  48. a949430 Parameterize test. by Gary D. Gregory · 8 years ago
  49. 2106a8a Parameterize test. by Gary D. Gregory · 8 years ago
  50. 8025b2a Fix funky formating. by Gary D. Gregory · 8 years ago
  51. 98b0e85 Don't need ()s. by Gary D. Gregory · 8 years ago
  52. 2697e3b Restore BC vs. 5.2. by Gary D. Gregory · 8 years ago
  53. 7a28a2d Use final on local vars when possible (which already do on fields and parameters when possible.) by Gary D. Gregory · 8 years ago
  54. e0522db Formatting "for(" -> "for (". by Gary D. Gregory · 8 years ago
  55. f2e9feb Formatting "){" -> ") {". by Gary D. Gregory · 8 years ago
  56. c8c91b4 Formatting. by Gary D. Gregory · 8 years ago
  57. 6b15ab9 Restore BC vs. 5.2. by Gary D. Gregory · 8 years ago
  58. 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
  59. 047f53f Configure RAT for 'mvn apache-rat:check'. by Gary D. Gregory · 8 years ago
  60. d684032 Format XML. by Gary D. Gregory · 8 years ago
  61. a21d27b Set release date to today, since I'm going to create RC6 now. by Benedikt Ritter · 8 years ago
  62. 744619b Replace atbs with spaces by Benedikt Ritter · 8 years ago
  63. 2f3ce1d Better include maven baseDir when specifing file paths by Benedikt Ritter · 8 years ago
  64. 349f502 Move build tool related configuration files to separate config directory. by Benedikt Ritter · 8 years ago
  65. 15d015a add source jar plugin by David Brosius · 8 years ago
  66. b57d09a Fix svn file encoding by Benedikt Ritter · 8 years ago
  67. f5b8154 Creating BCEL 6.0 RC1 soon, so set release to today by Benedikt Ritter · 8 years ago
  68. 471fafd Remove redundant section from home page by Benedikt Ritter · 8 years ago
  69. 33bf795 Update website for release 6.0 by Benedikt Ritter · 8 years ago
  70. b40fd07 Updated download page in preparation for 6.0 release. by Benedikt Ritter · 8 years ago
  71. 842ebc6 Add missing license headers by Benedikt Ritter · 8 years ago
  72. cc1c0fb Add BCEL-237 to changes.xml and RELEASE-NOTES since it seems to have been fixed already by Benedikt Ritter · 8 years ago
  73. 648f753 Add BCEL-230 to changes.xml and RELEASE-NOTES by Benedikt Ritter · 8 years ago
  74. 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
  75. da12cc0 Rewrite RELEASE-NOTES for upcoming release 6.0 by Benedikt Ritter · 8 years ago
  76. 97b832f Add Mark Roberts and Jérôme Leroux to the list of contributors by Benedikt Ritter · 8 years ago
  77. 8e15017 Use JaCoCo for measuring test coverage since the Cobertura instrumentation breaks test during site build by Benedikt Ritter · 8 years ago
  78. 2523223 Javadoc fixes by Sebastian Bazley · 8 years ago
  79. 2763654 Move remaining content of README.txt to Appendix of BCEL manual by Benedikt Ritter · 8 years ago
  80. 52d7fb6 Split up the manual into separate pages per topic by Benedikt Ritter · 8 years ago
  81. 6d72310 Cannot use inheritDoc for a constructor by Sebastian Bazley · 8 years ago
  82. c9e3a69 Drop duplicated information. This is already published on our websites. by Benedikt Ritter · 8 years ago
  83. 4bcb80f Fix wrong link by Benedikt Ritter · 8 years ago
  84. b24dc73 Let JUnit propagate errors instead of translating them into a failure by Benedikt Ritter · 8 years ago
  85. dc51387 Use spaces for indentation by Benedikt Ritter · 8 years ago
  86. 4aec5c5 Use try-with-resources. by Gary D. Gregory · 8 years ago
  87. 0da91a3 Use try-with-resources. by Gary D. Gregory · 8 years ago
  88. 3ad097a Use try-with-resources. by Gary D. Gregory · 8 years ago
  89. 7f384e8 Use try-with-resources. by Gary D. Gregory · 8 years ago
  90. bf18ab3 Format nits. by Gary D. Gregory · 8 years ago
  91. 1a0330f Use try-with-resources. by Gary D. Gregory · 8 years ago
  92. e0d6242 add missing isVarArgs to AccessFlags by David Brosius · 8 years ago
  93. b82b8b2 Add missing @java.lang.Deprecated. by Gary D. Gregory · 8 years ago
  94. 57e1bae Use try-with-resources. by Gary D. Gregory · 8 years ago
  95. 2f2698f BCEL-243 Type.getType() needs to understand TypeVariableSignature(s) by Sebastian Bazley · 8 years ago
  96. 5865fdd Use try-with-resources. by Gary D. Gregory · 8 years ago
  97. f1532f0 Fix formating. by Gary D. Gregory · 8 years ago
  98. b0017f7 Better var name. by Gary D. Gregory · 8 years ago
  99. 92a3a06 Better var name. by Gary D. Gregory · 8 years ago
  100. 241f2ba Rename private vars to remove leading underscore. by Gary D. Gregory · 8 years ago