|
From: Tom G. <tg...@we...> - 2003-01-30 18:44:13
|
A simple attempt to split a single view vertically throws a NPE... Linux, Sun JDK 141_1, jEdit Pre9 from a CVS update yestaerday (Jan 29) I think I saw it while I was using the Pre8 download as well. Doesn't matter what file is in the view. I get the error dialog and then the view graphics stops being updated. It just stays grey... everthing else seems to work (menus etc.) here is the activity log... [debug] EditBus: org.gjt.sp.jedit.msg.EditPaneUpdate[what=CREATED,source=org.gjt.sp.jedit.EditPane[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]] [debug] EditBus: org.gjt.sp.jedit.msg.ViewUpdate[what=EDIT_PANE_CHANGED,source=org.gjt.sp.jedit.View[frame0,91,7,1184x1016,invalid,layout=java.awt.BorderLayout,title=jEdit - /home/tgutwin/docs/hydro/telecom/securityMitigation/build.xml,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,6,22,1172x988,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=1441,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]] [error] BeanShellAction: java.lang.NullPointerException [error] BeanShellAction: at java.awt.Container.addImpl(Container.java:621) [error] BeanShellAction: at java.awt.Container.add(Container.java:307) [error] BeanShellAction: at org.gjt.sp.jedit.View.split(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.View.splitVertically(Unknown Source) [error] BeanShellAction: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [error] BeanShellAction: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [error] BeanShellAction: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [error] BeanShellAction: at java.lang.reflect.Method.invoke(Method.java:324) [error] BeanShellAction: at bsh.Reflect.invokeMethod(Unknown Source) [error] BeanShellAction: at bsh.Reflect.invokeObjectMethod(Unknown Source) [error] BeanShellAction: at bsh.Name.invokeMethod(Unknown Source) [error] BeanShellAction: at bsh.BSHMethodInvocation.eval(Unknown Source) [error] BeanShellAction: at bsh.BSHPrimaryExpression.eval(Unknown Source) [error] BeanShellAction: at bsh.BSHBlock.eval(Unknown Source) [error] BeanShellAction: at bsh.BshMethod.invokeDeclaredMethod(Unknown Source) [error] BeanShellAction: at bsh.BshMethod.invoke(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.BeanShell.runCachedBlock(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.BeanShellAction.invoke(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.gui.InputHandler.invokeAction(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.gui.DefaultInputHandler.keyPressed(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.View.processKeyEvent(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.Java14$MyFocusManager.postProcessKeyEvent(Unknown Source) [error] BeanShellAction: at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:608) [error] BeanShellAction: at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765) [error] BeanShellAction: at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:698) [error] BeanShellAction: at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:559) [error] BeanShellAction: at java.awt.Component.dispatchEventImpl(Component.java:3468) [error] BeanShellAction: at java.awt.Container.dispatchEventImpl(Container.java:1623) [error] BeanShellAction: at java.awt.Window.dispatchEventImpl(Window.java:1585) [error] BeanShellAction: at java.awt.Component.dispatchEvent(Component.java:3439) [error] BeanShellAction: at java.awt.EventQueue.dispatchEvent(EventQueue.java:450) [error] BeanShellAction: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197) [error] BeanShellAction: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) [error] BeanShellAction: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144) [error] BeanShellAction: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136) [error] BeanShellAction: at java.awt.EventDispatchThread.run(EventDispatchThread.java:99) -- ---------------- WebARTS Design ---------------- Tom Gutwin +1-604-626-9242 tg...@we... http://www.webarts.bc.ca ---- Engineering Your Computer Solutions... ---- Try our Free Ogg Vorbis Player http://jOggPlayer.webarts.bc.ca |