|
From: <no...@so...> - 2002-11-23 10:20:16
|
Bugs item #540986, was opened at 2002-04-08 15:10 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=540986&group_id=588 Category: plugins Group: severe bug Status: Open Resolution: Fixed Priority: 5 Submitted By: bryan hunt (huntbryan) >Assigned to: Dirk Möbius (dmoebius) Summary: Java Insight unable to decompile file Initial Comment: I try to decompile the attached class file, I get an error message saying that An error occured during decompilation of class java.lang.InternalError: Exception order failed: not 4 < 4 <=4. Activity log entries that might be useful in a bug report: [message] Log: When reporting bugs, please include the following information: [message] Log: java.version=1.4.0 [message] Log: java.vm.version=1.4.0-b92 [message] Log: java.runtime.version=1.4.0-b92 [message] Log: java.vendor=Sun Microsystems Inc. [message] Log: java.compiler=null [message] Log: os.name=Windows 2000 [message] Log: os.version=5.0 [message] Log: os.arch=x86 [notice] jEdit: jEdit version 4.0pre9 [message] jEdit: Settings directory is C:\Documents and Settings\huntb\.jedit [message] jEdit: jEdit home directory is C:\Program Files\jEdit 4.0pre9 [notice] jEdit: Loading plugins from C:\Program Files\jEdit 4.0pre9\jars [notice] jEdit: Loading plugins from C:\Documents and Settings\huntb\.jedit\jars [message] jEdit: Loading recent file list C:\Documents and Settings\huntb\.jedit\recent.xml [message] jEdit: Loading mode catalog file C:\Program Files\jEdit 4.0pre9\modes\catalog [message] jEdit: Loading mode catalog file C:\Documents and Settings\huntb\.jedit\modes\catalog [notice] JARClassLoader: Starting plugin Ant Farm (version 1.1) [notice] JARClassLoader: Starting plugin Archive (version 0.3.3) [notice] JARClassLoader: Starting plugin AStyle Beautifier (version 0.4) [notice] JARClassLoader: Starting plugin Background (version 0.2.2) [notice] JARClassLoader: Starting plugin BufferList (version 0.7.1) [notice] JARClassLoader: Starting plugin Buffer Selector (version 1.0.5) [notice] JARClassLoader: Starting plugin BufferTabs (version 0.7.6) [notice] JARClassLoader: Starting plugin Character Map (version 1.1) [notice] JARClassLoader: Starting plugin Class Wizard (version 0.5) [notice] JARClassLoader: Starting plugin Clipper (version 0.9.3) [notice] JARClassLoader: Starting plugin Code2HTML (version 0.3.5) [notice] JARClassLoader: Starting plugin Common Controls (version 0.2) [notice] JARClassLoader: Starting plugin Console (version 3.2) [notice] JARClassLoader: Starting plugin Context Help (version 1.7) [notice] JARClassLoader: Starting plugin Debugger (version 0.6.1) [notice] JARClassLoader: Starting plugin Drag and Drop (version 0.2.6) [notice] JARClassLoader: Starting plugin Editor Scheme (version 0.4.0) [notice] JARClassLoader: Starting plugin ErrorList (version 1.2.2) [notice] JARClassLoader: Starting plugin FTP (version 0.3.3) [notice] JARClassLoader: Starting plugin Hex (version 0.1) [notice] JARClassLoader: Starting plugin InfoViewer (version 1.1) [notice] JARClassLoader: Starting plugin IRC plugin (version 1.6) [notice] JARClassLoader: Starting plugin Java Insight (version 0.5) [notice] JARClassLoader: Starting plugin JavaStyle (version 1.2) [notice] JARClassLoader: Starting plugin Java Browser (version 1.4.4) [notice] JARClassLoader: Starting plugin JCompiler (version 1.5.0) [notice] JARClassLoader: Starting plugin JDiff Plugin (version 1.3) [notice] JARClassLoader: Starting plugin JIndex (version 1.0) [notice] JARClassLoader: Starting plugin JTidy (version 1.0.1) [notice] JARClassLoader: Starting plugin Jython Interpreter (version 0.8) [notice] JARClassLoader: Starting plugin LineGuides (version 0.5.2) [notice] JARClassLoader: Starting plugin LookAndFeel (version 0.9) [notice] JARClassLoader: Starting plugin Project Viewer (version 1.0.2) [notice] JARClassLoader: Starting plugin RETest (version 1.0.2) [notice] JARClassLoader: Starting plugin Send Buffer (version 1.0.2) [notice] JARClassLoader: Starting plugin Sessions (version 0.7.3) [notice] JARClassLoader: Starting plugin Spell Check (version R003) [notice] JARClassLoader: Starting plugin SQL (version 0.93) [notice] JARClassLoader: Starting plugin Tags (version 1.0.6) [notice] JARClassLoader: Starting plugin TaskList (version 0.3.5) [notice] JARClassLoader: Starting plugin Templates (version 2.0.2) [notice] JARClassLoader: Starting plugin TextTools (version 1.7) [notice] JARClassLoader: Starting plugin TomcatSwitch (version 0.5) [notice] JARClassLoader: Starting plugin WheelMouse (version 2.2) [notice] JARClassLoader: Starting plugin WhiteSpace (version 0.9.1) [notice] JARClassLoader: Starting plugin XInsert (version 1.8) [notice] JARClassLoader: Starting plugin XML (version 0.8) [notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.0pre9\modes\xml.xml [message] jEdit: Startup complete [error] AWT-EventQueue-0: java.lang.InternalError: ExceptionHandler order failed: not 4 < 4 <= 4 [error] AWT-EventQueue-0: at net.sf.jode.flow.TransformExceptionHandlers.checkTryCat chOrder(Unknown Source) [error] AWT-EventQueue-0: at net.sf.jode.flow.TransformExceptionHandlers.analyze (Unknown Source) [error] AWT-EventQueue-0: at net.sf.jode.decompiler.MethodAnalyzer.analyzeCode (Unknown Source) [error] AWT-EventQueue-0: at net.sf.jode.decompiler.MethodAnalyzer.analyze(Unknown Source) [error] AWT-EventQueue-0: at net.sf.jode.decompiler.ClassAnalyzer.analyze(Unknown Source) [error] AWT-EventQueue-0: at net.sf.jode.decompiler.ClassAnalyzer.analyzeInnerClasse s(Unknown Source) [error] AWT-EventQueue-0: at net.sf.jode.decompiler.ClassAnalyzer.dumpJavaFile (Unknown Source) [error] AWT-EventQueue-0: at net.sf.jode.decompiler.Decompiler.decompile(Unknown Source) [error] AWT-EventQueue-0: at javainsight.JavaInsight.decompileToBuffer(Unknown Source) [error] AWT-EventQueue-0: at javainsight.JavaInsight.decompile(Unknown Source) [error] AWT-EventQueue-0: at javainsight.ClasspathManager.decompileAction(Unknown Source) [error] AWT-EventQueue-0: at javainsight.ClasspathManager$TreeMouseHandler.mouseClic ked(Unknown Source) [error] AWT-EventQueue-0: at java.awt.AWTEventMulticaster.mouseClicked (AWTEventMulticaster.java:208) [error] AWT-EventQueue-0: at java.awt.Component.processMouseEvent (Component.java:5024) [error] AWT-EventQueue-0: at javainsight.buildtools.ToolTipJTree.processMouseEvent (Unknown Source) [error] AWT-EventQueue-0: at java.awt.Component.processEvent(Component.java:4818) [error] AWT-EventQueue-0: at java.awt.Container.processEvent(Container.java:1380) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEventImpl (Component.java:3526) [error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl (Container.java:1437) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Component.java:3367) [error] AWT-EventQueue-0: at java.awt.LightweightDispatcher.retargetMouseEvent (Container.java:3214) [error] AWT-EventQueue-0: at java.awt.LightweightDispatcher.processMouseEvent (Container.java:2938) [error] AWT-EventQueue-0: at java.awt.LightweightDispatcher.dispatchEvent (Container.java:2859) [error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl (Container.java:1423) [error] AWT-EventQueue-0: at java.awt.Window.dispatchEventImpl(Window.java:1566) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Component.java:3367) [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java:445) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForHierarchy (EventDispatchThread.java:190) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:144) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:138) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:130) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run (EventDispatchThread.java:98) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=540986&group_id=588 |