aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/bcel/classfile
AgeCommit message (Expand)Author
2017-11-27[BCEL-301] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag i...Gary D. Gregory
2017-11-27[BCEL-300] org.apache.bcel.classfile.ClassFormatException: Invalid byte tag i...Gary D. Gregory
2017-10-03BCEL-294: Incorrect comment in StackMap.java. Thanks to Mark RobertsBenedikt Ritter
2017-09-12Remove none ASCII character from JavaDocBenedikt Ritter
2017-09-12Parameter names should be in camel caseBenedikt Ritter
2017-09-12BCEL-286: Utility.signatureToString fails if a method has multiple type argum...Benedikt Ritter
2017-08-30BCEL-276: LocalVariableTypeTable is not updated. Updated fix thanks to Mark R...Benedikt Ritter
2017-08-30BCEL-283: Support for StackMap should be different from StackMapTable. Thanks...Benedikt Ritter
2017-08-28Add missing @since tagsBenedikt Ritter
2017-08-25Remove trailing white spaces on all lines.Gary D. Gregory
2017-02-13First pass at Java 9 support based on EA releases and http://cr.openjdk.java....Mark Thomas
2016-07-29BCEL-277: Resolving the String representation of a constant throws NoSuchElem...Benedikt Ritter
2016-07-03Gracefully handle ecj's odd generation of LocalVariableTypeTable types, prefi...David Brosius
2016-06-25Unnecessary semicolon.Gary D. Gregory
2016-06-23Javadoc for deprecationsSebastian Bazley
2016-06-21Use final on local vars when possible (which already do on fields and paramet...Gary D. Gregory
2016-06-21Formatting "for(" -> "for (".Gary D. Gregory
2016-06-21Formatting.Gary D. Gregory
2016-06-21Restore BC vs. 5.2.Gary D. Gregory
2016-06-18Javadoc fixesSebastian Bazley
2016-06-18Cannot use inheritDoc for a constructorSebastian Bazley
2016-06-15add missing isVarArgs to AccessFlagsDavid Brosius
2016-06-14Add missing @java.lang.Deprecated.Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Use Java 6's String#isEmpty().Gary D. Gregory
2016-06-13Use try-with-resources.Gary D. Gregory
2016-06-13Use try-with-resources. Note that ByteArrayOuputStream#close() is a noop so i...Gary D. Gregory
2016-06-13Use try-with-resources.Gary D. Gregory
2016-06-11Use exception to report the stacktrace etcSebastian Bazley
2016-06-07Findbugs fixes courtesy of Andrey LoskutovSebastian Bazley
2016-06-07Fix messed up package renameBenedikt Ritter
2016-06-07Revert changes introduced in BCEL-222 (rev 1694911).Benedikt Ritter
2015-08-09BCEL-222Chas Honton
2015-07-24[BCEL-219] Make org.apache.bcel.classfile.ConstantPool.ConstantPool(DataInput...Gary D. Gregory
2015-07-19BCEL-209Chas Honton
2015-03-06Removed the redundant number_of_* fieldsEmmanuel Bourg
2015-03-03Fixed the NPE induced by r1663628Emmanuel Bourg
2015-03-03Removed the redundant num/length/count fieldsEmmanuel Bourg
2015-02-25Move the getAnnotationAttributes and getParameterAnnotationAttributes method ...Emmanuel Bourg
2015-02-20Refactored JavaClass and FieldOrMethod to avoid a code duplication in the get...Emmanuel Bourg
2015-02-20Allow Attributes to be read from a DataInputEmmanuel Bourg
2015-02-19Updated the links to the JVM specificationEmmanuel Bourg
2015-02-19Add support for TypeVariables to Utility.signatureToString(). Thanks to Mark ...Emmanuel Bourg
2015-02-05Indentation and line wrappingEmmanuel Bourg
2015-02-05Fixed a typo in ConstantLong (BCEL-204)Emmanuel Bourg
2015-02-05Moved the copy() method of Runtime*ParameterAnnotations in the parent class (...Emmanuel Bourg
2015-01-26Replaced more DataInputStream with DataInputEmmanuel Bourg