aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
2019-01-23Checkstyle.Gary D. Gregory
2019-01-23Checkstyle.Gary D. Gregory
2019-01-23Preparing for 6.3. Update Java requirement from Java 7 to Java 8. Don't break...Gary D. Gregory
2019-01-23Add constant fields based on Java 12-EA and Java 13-EA.Gary D. Gregory
2018-07-28[BCEL-305] ClassPath.getClassFile() and friends do not work with JRE 9 and hi...Gary D. Gregory
2018-07-28[BCEL-305] ClassPath.getClassFile() and friends do not work with JRE 9 and hi...Gary D. Gregory
2018-07-28[BCEL-305] ClassPath.getClassFile() and friends do not work with JRE 9 and hi...Gary D. Gregory
2018-07-28[BCEL-305] ClassPath.getClassFile() and friends do not work with JRE 9 and hi...Gary D. Gregory
2018-07-28Better name.Gary D. Gregory
2018-07-28Make ivars private final and close resources properly.Gary D. Gregory
2018-07-28[BCEL-305] ClassPath.getClassFile() and friends do not work with JRE 9 and hi...Gary D. Gregory
2018-07-28[BCEL-305] ClassPath.getClassFile() and friends do not work with JRE 9 and hi...Gary D. Gregory
2018-07-28Javadoc clean ups.Gary D. Gregory
2018-07-28Better internal names.Gary D. Gregory
2018-07-28[BCEL-304] ClassPath.getClassFile does not work with Java 9 and higher. Sort.Gary D. Gregory
2018-07-28[BCEL-304] ClassPath.getClassFile does not work with Java 9 and higher.Gary D. Gregory
2018-04-19Correct names of class version constants given change in Java versioning.Mark Thomas
2018-04-18First pass at Java 11 support based on EA releases and https://bugs.openjdk.j...Mark Thomas
2018-04-18Add class version constants for Java 11.Mark Thomas
2018-04-18Add class version constants for Java 10.Mark Thomas
2018-04-18Update references. Java 9 is no longer EA.Mark Thomas
2018-04-18Re-order for consistencyMark Thomas
2018-03-28Javadoc improvements.Gary D. Gregory
2018-03-28Javadoc improvements.Gary D. Gregory
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-20Fix incorrect indentation, thanks to Michael Ernst. This closes #18Bruno P. Kinoshita
2017-10-16Use final.Gary D. Gregory
2017-10-16[BCEL-295] Fix local variable live range length. Use less verbose code.Gary D. Gregory
2017-10-16[BCEL-295] Fix local variable live range length; add test case.Gary D. Gregory
2017-10-13[BCEL-296] Incorrect comment in several classes.Gary D. Gregory
2017-10-09Fix typo in JavaDoc. Thanks to Michael Ernst. This fixes #15 from GitHub.Benedikt Ritter
2017-10-08fix javadoc typo: patch by Michael Ernst <mernst@cs.washington.edu>David Brosius
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-12Make CheckStyle happyBenedikt 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-287: IINC does not handle -128 properly. Thanks to Mark RobertsBenedikt 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-28Better JavaDoc formattingBenedikt Ritter
2017-08-25Remove trailing white spaces on all lines.Gary D. Gregory
2017-08-25Add final modifier to local variables.Gary D. Gregory
2017-08-25Add final modifier to method parameters.Gary D. Gregory
2017-08-25Convert 'for' loops to enhanced 'for' loops.Gary D. Gregory
2017-05-19BCEL-289: iterate through parameter annotation entries using the right limitBruno P. Kinoshita
2017-02-13First pass at Java 9 support based on EA releases and http://cr.openjdk.java....Mark Thomas
2016-12-07Jira Issue #284 Handle InvokeDynamic.getReferenceType() sanelyDavid Brosius