aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
2015-09-12BCEL-264 Add missing Node.accept() implementations (ConstantMethodHandle, ↵Sebastian Bazley
ConstantMethodType, ParameterAnnotationEntry) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1702615 13f79535-47bb-0310-9956-ffa450edef68
2015-09-12Test is not really workingSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1702580 13f79535-47bb-0310-9956-ffa450edef68
2015-09-11Add a round-trip BCELifier test caseSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1702521 13f79535-47bb-0310-9956-ffa450edef68
2015-09-11BCEL-221 BCELifier is not working for Java8ExampleSebastian Bazley
Workround for crash; may need further work git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1702447 13f79535-47bb-0310-9956-ffa450edef68
2015-09-11Gradually working towards restoring binary compatibilitySebastian Bazley
Revert Constants back to interface git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1702355 13f79535-47bb-0310-9956-ffa450edef68
2015-09-11Gradually working towards restoring binary compatibilitySebastian Bazley
Revert InstructionConstants back to interface git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1702352 13f79535-47bb-0310-9956-ffa450edef68
2015-08-27BCEL-195 addition of hashCode() to generic/Instruction.java breaks ↵Sebastian Bazley
Targeters. Never make distinct BranchInstructions compare equal git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1698243 13f79535-47bb-0310-9956-ffa450edef68
2015-08-26BCEL-258 No tests to check the output of dump methodsSebastian Bazley
Added test for generic package dump methods git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697983 13f79535-47bb-0310-9956-ffa450edef68
2015-08-26BCEL-258 No tests to check the output of dump methodsSebastian Bazley
Added (optional) test to check the dump methods in the classfile package git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697951 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25BCEL-221 Test case for BCELifier.Sebastian Bazley
Only runs interactively by default because it currently fails git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697784 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25Quieten the PerformanceTest when used as part of mvn testSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697648 13f79535-47bb-0310-9956-ffa450edef68
2015-08-23Start some tests for InstructionHandle/BranchHandleSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697254 13f79535-47bb-0310-9956-ffa450edef68
2015-08-23FindBUgs: Check return of mkdirs()Sebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697208 13f79535-47bb-0310-9956-ffa450edef68
2015-08-21Directory was not being deleted because the wrong name was used - target ↵Sebastian Bazley
instead of target/testdata git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697045 13f79535-47bb-0310-9956-ffa450edef68
2015-08-21Wrong wipe called - need to delete file and enclosing dirSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1697044 13f79535-47bb-0310-9956-ffa450edef68
2015-08-21Now unused as wellSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696978 13f79535-47bb-0310-9956-ffa450edef68
2015-08-21Not used anymoreSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696974 13f79535-47bb-0310-9956-ffa450edef68
2015-08-21BCEL-248 StackMapTable[Entry] should be removed and improvements merged into ↵Sebastian Bazley
StackMap[Entry] git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696964 13f79535-47bb-0310-9956-ffa450edef68
2015-08-20Removed lots of unnecessary parenthesesSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696882 13f79535-47bb-0310-9956-ffa450edef68
2015-08-20CheckStyleSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696877 13f79535-47bb-0310-9956-ffa450edef68
2015-08-20Add EOL at EOFSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696875 13f79535-47bb-0310-9956-ffa450edef68
2015-08-20Checkstyle importsSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696873 13f79535-47bb-0310-9956-ffa450edef68
2015-08-20Checkstyle - line lengthSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696858 13f79535-47bb-0310-9956-ffa450edef68
2015-08-20Add final modifier to private fields.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696692 13f79535-47bb-0310-9956-ffa450edef68
2015-08-19@since markers; add missing counterSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696679 13f79535-47bb-0310-9956-ffa450edef68
2015-08-18Reduce visibility of field added in 6.0Sebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696411 13f79535-47bb-0310-9956-ffa450edef68
2015-08-16WhitespaceSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696129 13f79535-47bb-0310-9956-ffa450edef68
2015-08-16Extract common test package base name and eliminate dependency on actual ↵Sebastian Bazley
package name git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696120 13f79535-47bb-0310-9956-ffa450edef68
2015-08-16Extract common test package base name and eliminate dependency on actual ↵Sebastian Bazley
package name git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696119 13f79535-47bb-0310-9956-ffa450edef68
2015-08-16Extract common test package base name and eliminate dependency on actual ↵Sebastian Bazley
package name git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696118 13f79535-47bb-0310-9956-ffa450edef68
2015-08-16Eliminate dependency on actual package nameSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696117 13f79535-47bb-0310-9956-ffa450edef68
2015-08-16Extract common test package base name and eliminate dependency on actual ↵Sebastian Bazley
package name git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696116 13f79535-47bb-0310-9956-ffa450edef68
2015-08-14BCEL-79 - Add test to show the problem, and re-fix itSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695997 13f79535-47bb-0310-9956-ffa450edef68
2015-08-13Remove redundant specification of type arguments (Java 7).Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695790 13f79535-47bb-0310-9956-ffa450edef68
2015-08-13Add missing '@Override' annotations to implementations of interface methods ↵Gary D. Gregory
(requires Java 6, but we are now on 7, so all it good). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695786 13f79535-47bb-0310-9956-ffa450edef68
2015-08-13BCEL-208 Need to check for an empty InstructionListSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695781 13f79535-47bb-0310-9956-ffa450edef68
2015-08-13Add missing '@Override' annotations.Gary D. Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695740 13f79535-47bb-0310-9956-ffa450edef68
2015-08-13Move to same package as ClassGen so setMajor/Minor can be package protected ↵Sebastian Bazley
if required git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695679 13f79535-47bb-0310-9956-ffa450edef68
2015-08-13Constant should be static (Findbugs)Sebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695639 13f79535-47bb-0310-9956-ffa450edef68
2015-08-13Avoid unused warning from FindbugsSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695638 13f79535-47bb-0310-9956-ffa450edef68
2015-08-12BCEL-239 Interfaces should not be used to define constantsSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695556 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11BCEL-226Chas Honton
FIx RAT messages git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695209 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10Avoid unused warningsSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695016 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10Avoide unused variable warningsSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695014 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10Use static reference to static methodsSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695011 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10Raw typeSebastian Bazley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695010 13f79535-47bb-0310-9956-ffa450edef68
2015-08-09BCEL-222Chas Honton
Major release of BCEL requires updating package name and maven coordinate git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1694911 13f79535-47bb-0310-9956-ffa450edef68
2015-07-26BCEL-220Chas Honton
No magic resource classes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1692775 13f79535-47bb-0310-9956-ffa450edef68
2015-07-19BCEL-209Chas Honton
Bug fixes and improvements to InvokeDynamic and BootStrapMethods implementation git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1691855 13f79535-47bb-0310-9956-ffa450edef68
2015-07-18BCEL-187Chas Honton
Verification error when an invoke references a method defined in superclass git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1691680 13f79535-47bb-0310-9956-ffa450edef68