aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-24Updated the URLs still pointing to http://jakarta.apache.orgEmmanuel Bourg
2014-04-23Added the MethodParameters attribute defined in the class format 52 (Java 8) ...Emmanuel Bourg
2014-04-23Updated the links to the Jasmin homepage (BCEL-152)Emmanuel Bourg
2014-04-23Fixed the verification of Java 8 interfaces (BCEL-174)Emmanuel Bourg
2014-04-23Modified StringRepresentation to support StackMapTableEmmanuel Bourg
2014-04-23Removed more final modifiers from static methodsEmmanuel Bourg
2014-04-23Replaced indexOf() with contains()Emmanuel Bourg
2014-04-23Removed the final modifier from the static methodsEmmanuel Bourg
2014-04-23Replaced StringBuffers with StringBuildersEmmanuel Bourg
2014-04-23Removed more final modifiers from private methodsEmmanuel Bourg
2014-04-23Foreach loopsEmmanuel Bourg
2014-04-23Removed the final modifier from the private methodsEmmanuel Bourg
2014-04-23Added javadoc links to the constants defined in VerificationResultEmmanuel Bourg
2014-04-23Fixed the validation error message when a non abstract method is found in an ...Emmanuel Bourg
2014-04-19Renamed ATTR_RUNTIMEIN_VISIBLE_* to ATTR_RUNTIME_INVISIBLE_*Emmanuel Bourg
2014-04-18Added the BootstrapMethods attribute defined in the class format 51 (Java 7)Emmanuel Bourg
2013-12-31Remove unused imports.Gary D. Gregory
2013-12-31Add missing '@Override' annotations.Gary D. Gregory
2013-12-31Convert control statement bodies to block.Gary D. Gregory
2013-12-31Java 5: Convert 'for' loops to enhanced 'for' loops.Gary D. Gregory
2013-12-17more invoke dynamic implementation, split out from FieldOrMethod as not truly...David Brosius
2013-12-04initial support for INVOKE_DYNAMIC. Patch by Bill Pugh, reviewed by dbrosiusDavid Brosius
2013-10-26Adding a link to the API documentation of BCEL 5.2 to the left navi barBenedikt Ritter
2013-10-15List only is generified in jdk7 so strip for nowDavid Brosius
2013-10-15remove dead parameterDavid Brosius
2013-10-15remove unnecessary castsDavid Brosius
2013-10-15fix generics problemsDavid Brosius
2013-10-15only allocate the instructionhandle q once per MethodGenDavid Brosius
2013-10-15only allocate the archive filter onceDavid Brosius
2013-10-15simplify and avoid NPEsDavid Brosius
2013-10-15add hashCode()David Brosius
2013-10-15make clone() more user friendlyDavid Brosius
2013-05-11incorporate changes used by Findbugs from BCEL-163David Brosius
2013-02-26restore download cgiOlivier Lamy
2013-02-18add constant for version 8 class file format[52]David Brosius
2012-12-07Avoid compiler warningSebastian Bazley
2012-08-26https://issues.apache.org/bugzilla/show_bug.cgi?id=51661Mark Emlyn David Thomas
2012-05-28Bug 53303 - [PATCH] ClassPath.getResource does not correctly perform URL esca...Gary D. Gregory
2012-04-10applied patch from Charles Honton, https://issues.apache.org/bugzilla/show_bu...Torsten Curdt
2012-03-19Fix generics warningsSebastian Bazley
2012-03-19Fix up some generics warningsSebastian Bazley
2012-03-19PrintWriter does not throw IOExceptionSebastian Bazley
2012-03-19PrintWriter does not throw IOExceptionSebastian Bazley
2012-03-11Bug 51014 - Examples not present in source or binary downloadsSebastian Bazley
2012-03-11Bug 52433 - Why using unstable sort at MethodGen.getLocalVariables() ? Sebastian Bazley
2012-01-15Apply patch Bug 52422 - [BUG?/PATCH] LocalVariableGen.getLocalVariable() comp...David Brosius
2011-11-14Jakarta => Commons for downloadsSebastian Bazley
2011-10-17Point to commons download pageSebastian Bazley
2011-10-17Temporary fix until next BCEL release.Sebastian Bazley
2011-08-21Revert accidental change of interface visibility in r1158060Sebastian Bazley