--- diff/org.apache.bcel.verifier.statics.Pass1Verifier.java 2003-01-04 23:35:30.000000000 +0100 +++ salvation/base/src/org/apache/bcel/verifier/statics/Pass1Verifier.java 2003-01-04 22:00:06.000000000 +0100 @@ -67,7 +67,7 @@ * More detailed information is to be found at the do_verify() method's * documentation. * - * @version $Id: Pass1Verifier.java,v 1.1.1.1 2001/10/29 20:00:35 jvanzyl Exp $ + * @version $Id: Pass1Verifier.java,v 1.1 2003/01/04 18:21:22 bhun Exp $ * @author Enver Haase * @see #do_verify() */ @@ -183,7 +183,7 @@ catch(RuntimeException e){ // BCEL does not catch every possible RuntimeException; e.g. if // a constant pool index is referenced that does not exist. - return new VerificationResult(VerificationResult.VERIFIED_REJECTED, "Parsing via BCEL did not succeed. "+e.getClass().getName()+" occured:\n"+Utility.getStackTrace(e)); + return new VerificationResult(VerificationResult.VERIFIED_REJECTED, "Parsing via BCEL did not succeed. "+e.getClass().getName()+" occured:\n"); } if (jc != null){