aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org
AgeCommit message (Expand)Author
2019-01-23Allow tester to specify additional Java homes with the system property "Extra...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-28Test JDK JMOD files if present.Gary D. Gregory
2018-07-28Camel-case names.Gary D. Gregory
2018-07-28[BCEL-304] ClassPath.getClassFile does not work with Java 9 and higher.Gary D. Gregory
2018-04-18First pass at Java 11 support based on EA releases and https://bugs.openjdk.j...Mark Thomas
2017-12-05Fix bug in test to avoid an exception if a key does not exist.Gary D. Gregory
2017-11-27Sort members.Gary D. Gregory
2017-11-27Clean ups: use final.Gary D. Gregory
2017-11-27Refactor test.Gary D. Gregory
2017-11-27This test was pretending to test JDK jars but was not. Also now tests JRE 9, ...Gary D. Gregory
2017-10-16Remove unused imports.Gary D. Gregory
2017-10-16Use final.Gary D. Gregory
2017-10-16[BCEL-295] Fix local variable live range length; add test case. This closes #17.Gary D. Gregory
2017-10-16[BCEL-295] Fix local variable live range length; add test case.Gary D. Gregory
2017-09-12BCEL-286: Utility.signatureToString fails if a method has multiple type argum...Benedikt 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 control statement bodies to block.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-09-06BCEL-276: LocalVariableTypeTable is not updated. Thanks to Sam Yoon. This als...Benedikt Ritter
2016-07-29BCEL-277: Resolving the String representation of a constant throws NoSuchElem...Benedikt Ritter
2016-07-10Add missing Apache license headerBenedikt Ritter
2016-07-10BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should not throw an...Benedikt Ritter
2016-07-03Fix test that breaks in a RC reviewer's Windows 10 set up. Gary D. Gregory
2016-06-22Don't hard-code file separatorSebastian Bazley
2016-06-21On Windows, test whatever JRE and JDK are registered in the Windows Registry.Gary D. Gregory
2016-06-21On Windows, test whatever JRE and JDK are registered in the Windows Registry.Gary D. Gregory
2016-06-21On Windows, test whatever JRE and JDK are registered in the Windows Registry.Gary D. Gregory
2016-06-21Parameterize test.Gary D. Gregory
2016-06-21Parameterize test.Gary D. Gregory
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-18Add missing license headersBenedikt Ritter
2016-06-18Let JUnit propagate errors instead of translating them into a failureBenedikt Ritter
2016-06-18Use spaces for indentationBenedikt Ritter
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-17Format nits.Gary D. Gregory
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-14Use try-with-resources.Gary D. Gregory
2016-06-14BCEL-243 Type.getType() needs to understand TypeVariableSignature(s)Sebastian Bazley
2016-06-14Use try-with-resources.Gary D. Gregory