On running the javaflow transformation task, I get the following
exception:

/Users/mdeluigi/SourceCode/build.xml:114:
org.apache.bcel.verifier.exc.AssertionViolatedException: INTERNAL
ERROR: Missing class: java.lang.ClassNotFoundException: Exception
while looking for class edu.ethz.cs.smp.database.Config:
java.io.IOException: Couldn't find: edu/ethz/cs/smp/database/
Config.class

The class file is right there. The exception is only with this class.
If I uncomment the usage, everything works fine.

Is it a bug or did I miss something?

Sounds like a BCEL bug ...can you please provide a testcase?
...or at least the original class file. Without the other classes
it might be hard to track down though.

Did you try the ASM based instrumentation?

cheers
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to