aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/bcel/generic
AgeCommit message (Expand)Author
2017-05-19BCEL-289: iterate through parameter annotation entries using the right limitBruno P. Kinoshita
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-18Add missing license headersBenedikt Ritter
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-07Fix messed up package renameBenedikt Ritter
2016-06-07Revert changes introduced in BCEL-222 (rev 1694911).Benedikt Ritter
2015-08-09BCEL-222Chas Honton
2015-03-07Replaced vectors with lists in AnnotationGenTestCaseEmmanuel Bourg
2015-02-25Move the getAnnotationAttributes and getParameterAnnotationAttributes method ...Emmanuel Bourg
2015-02-20MethodGen.removeLocalVariable/s now remove the associated targetters. Thanks ...Emmanuel Bourg