aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2017-11-27Sort members.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816498 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27Clean ups: use final.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816497 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27Refactor test.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816496 13f79535-47bb-0310-9956-ffa450edef68
2017-11-27This test was pretending to test JDK jars but was not. Also now tests JRE 9, ↵Gary D. Gregory
10 EA and JDK 9 and 10 EA. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1816495 13f79535-47bb-0310-9956-ffa450edef68
2017-10-16Remove unused imports.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812327 13f79535-47bb-0310-9956-ffa450edef68
2017-10-16Use final.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812326 13f79535-47bb-0310-9956-ffa450edef68
2017-10-16[BCEL-295] Fix local variable live range length; add test case. This closes #17.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812324 13f79535-47bb-0310-9956-ffa450edef68
2017-10-16[BCEL-295] Fix local variable live range length; add test case.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1812323 13f79535-47bb-0310-9956-ffa450edef68
2017-09-12BCEL-286: Utility.signatureToString fails if a method has multiple type ↵Benedikt Ritter
arguments. Thanks to Mark Roberts. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808131 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25Remove trailing white spaces on all lines.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806200 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25Add final modifier to local variables.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806199 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25Add final modifier to method parameters.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806198 13f79535-47bb-0310-9956-ffa450edef68
2017-08-25Convert control statement bodies to block.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806195 13f79535-47bb-0310-9956-ffa450edef68
2017-05-19BCEL-289: iterate through parameter annotation entries using the right limitBruno P. Kinoshita
This closes #13 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1795584 13f79535-47bb-0310-9956-ffa450edef68
2017-02-13First pass at Java 9 support based on EA releases and ↵Mark Thomas
http://cr.openjdk.java.net/~mr/jigsaw/spec/lang-vm.html#jigsaw-2.6 The motivation is primarily to provide the minimum required by Tomcat to parse Java 9 class files. I have assumed (early access) Java 9 support will make the next release 6.1 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1782852 13f79535-47bb-0310-9956-ffa450edef68
2016-09-06BCEL-276: LocalVariableTypeTable is not updated. Thanks to Sam Yoon. This ↵Benedikt Ritter
also fixes #10 from GitHub. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1759364 13f79535-47bb-0310-9956-ffa450edef68
2016-07-29BCEL-277: Resolving the String representation of a constant throws ↵Benedikt Ritter
NoSuchElementException in case of CONSTANT_NameAndType constant. Thanks to Sam Yoon. This also closes #9 from GitHub. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1754483 13f79535-47bb-0310-9956-ffa450edef68
2016-07-10Add missing Apache license headerBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1752117 13f79535-47bb-0310-9956-ffa450edef68
2016-07-10BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should not throw ↵Benedikt Ritter
an exception when it detects an array. Thanks to Mark Roberts. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1752106 13f79535-47bb-0310-9956-ffa450edef68
2016-07-03Fix test that breaks in a RC reviewer's Windows 10 set up. Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1751176 13f79535-47bb-0310-9956-ffa450edef68
2016-06-22Don't hard-code file separatorSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749641 13f79535-47bb-0310-9956-ffa450edef68
2016-06-21On Windows, test whatever JRE and JDK are registered in the Windows Registry.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749619 13f79535-47bb-0310-9956-ffa450edef68
2016-06-21On Windows, test whatever JRE and JDK are registered in the Windows Registry.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749618 13f79535-47bb-0310-9956-ffa450edef68
2016-06-21On Windows, test whatever JRE and JDK are registered in the Windows Registry.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749617 13f79535-47bb-0310-9956-ffa450edef68
2016-06-21Parameterize test.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749613 13f79535-47bb-0310-9956-ffa450edef68
2016-06-21Parameterize test.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749612 13f79535-47bb-0310-9956-ffa450edef68
2016-06-21Use final on local vars when possible (which already do on fields and ↵Gary D. Gregory
parameters when possible.) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749603 13f79535-47bb-0310-9956-ffa450edef68
2016-06-21Formatting "for(" -> "for (".Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749601 13f79535-47bb-0310-9956-ffa450edef68
2016-06-21Formatting "){" -> ") {".Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749600 13f79535-47bb-0310-9956-ffa450edef68
2016-06-18Add missing license headersBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749039 13f79535-47bb-0310-9956-ffa450edef68
2016-06-18Let JUnit propagate errors instead of translating them into a failureBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748964 13f79535-47bb-0310-9956-ffa450edef68
2016-06-18Use spaces for indentationBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748963 13f79535-47bb-0310-9956-ffa450edef68
2016-06-17Use try-with-resources.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748886 13f79535-47bb-0310-9956-ffa450edef68
2016-06-17Use try-with-resources.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748885 13f79535-47bb-0310-9956-ffa450edef68
2016-06-17Use try-with-resources.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748884 13f79535-47bb-0310-9956-ffa450edef68
2016-06-17Use try-with-resources.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748883 13f79535-47bb-0310-9956-ffa450edef68
2016-06-17Format nits.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748882 13f79535-47bb-0310-9956-ffa450edef68
2016-06-17Use try-with-resources.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748880 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14Use try-with-resources.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748463 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14BCEL-243 Type.getType() needs to understand TypeVariableSignature(s)Sebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748444 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14Use try-with-resources.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748355 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14Fix formating.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748354 13f79535-47bb-0310-9956-ffa450edef68
2016-06-13Remove IOException from declaration as it is not actually thrown.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1748111 13f79535-47bb-0310-9956-ffa450edef68
2016-06-10Fix test to run on Windows AND Linux.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1747813 13f79535-47bb-0310-9956-ffa450edef68
2016-06-07Fix ignored test case by canonicalising the javap outputSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1747324 13f79535-47bb-0310-9956-ffa450edef68
2016-06-07Fix messed up package renameBenedikt Ritter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1747278 13f79535-47bb-0310-9956-ffa450edef68
2016-06-07Revert changes introduced in BCEL-222 (rev 1694911).Benedikt Ritter
In particular this means that the package coordinates have been changed back from org.apache.commons.bcel6 to org.apache.bcel Furthermore the maven coordinates have been changes back from org.apache.commons:commons-bcel6:6.0-SNAPSHOT to org.apache.bcel:bcel:6.0-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1747273 13f79535-47bb-0310-9956-ffa450edef68
2016-06-01Convert for loops to enhanced for loops.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1746381 13f79535-47bb-0310-9956-ffa450edef68
2016-06-01Add final modifier to method parameters.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1746378 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12UnnecessarySebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1702626 13f79535-47bb-0310-9956-ffa450edef68