aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2016-06-14Fix formating.Gary D. Gregory
2016-06-13Remove IOException from declaration as it is not actually thrown.Gary D. Gregory
2016-06-10Fix test to run on Windows AND Linux.Gary D. Gregory
2016-06-07Fix ignored test case by canonicalising the javap outputSebastian Bazley
2016-06-07Fix messed up package renameBenedikt Ritter
2016-06-07Revert changes introduced in BCEL-222 (rev 1694911).Benedikt Ritter
2016-06-01Convert for loops to enhanced for loops.Gary D. Gregory
2016-06-01Add final modifier to method parameters.Gary D. Gregory
2015-09-12UnnecessarySebastian Bazley