DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29308>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29308 issue with javaflow continuations ------- Additional Comments From [EMAIL PROTECTED] 2004-05-31 18:21 ------- The diffs are zero between making FooInner a public class and a non public class (meaning package level). C:\>jad -p tmp_org.apache.cocoon.components.flow.java.test.SimpleFlow>SimpleFlow .java.nonpublic Couldn't fully decompile method foo Couldn't fully decompile method run Couldn't fully decompile method testNew Couldn't fully decompile method testCatch Couldn't resolve all exception handlers in method testCatch Overlapped try statements detected. Not all exception handlers will be resolved in the method testFinally Couldn't fully decompile method testFinally Couldn't resolve all exception handlers in method testFinally Couldn't fully decompile method testAbstract Couldn't fully decompile method testDelegate C:\>vi SimpleFlow.java.nonpublic C:\>vi SimpleFlow.java.nonpublic C:\>jad -p tmp_org.apache.cocoon.components.flow.java.test.SimpleFlow>SimpleFlow .java.public Couldn't fully decompile method foo Couldn't fully decompile method run Couldn't fully decompile method testNew Couldn't fully decompile method testCatch Couldn't resolve all exception handlers in method testCatch Overlapped try statements detected. Not all exception handlers will be resolved in the method testFinally Couldn't fully decompile method testFinally Couldn't resolve all exception handlers in method testFinally Couldn't fully decompile method testAbstract Couldn't fully decompile method testDelegate C:\>diff -c SimpleFlow.java.nonpublic SimpleFlow.java.public
