aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/bcel/verifier
AgeCommit message (Expand)Author
2016-06-21Use final on local vars when possible (which already do on fields and paramet...Gary D. Gregory
2016-06-21Formatting "){" -> ") {".Gary D. Gregory
2016-06-14Use try-with-resources.Gary D. Gregory
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-07-26BCEL-220Chas Honton
2015-07-18BCEL-187Chas Honton
2015-03-07Fix BCEL-188Mark Thomas
2015-03-07Fix BCEL-193Mark Thomas
2015-03-07The verifier now checks if methods with a void return type attempt to return ...Emmanuel Bourg
2014-05-30Tab policeSebastian Bazley
2014-04-23Fixed the verification of Java 8 interfaces (BCEL-174)Emmanuel Bourg