From: SourceForge.net <no...@so...> - 2006-02-06 05:40:12
|
Bugs item #1424961, was opened at 2006-02-06 00:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1424961&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Definitions (source editor) Group: Crashes Status: Open Resolution: None Priority: 5 Submitted By: Chris Warrington (c45207) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException Initial Comment: Stack Trace: java.lang.NullPointerException at net.java.plaf.windows.xp.XPListUI$ListFocusListener.repaintCellFocus(XPListUI.java:56) at net.java.plaf.windows.xp.XPListUI$ListFocusListener.focusLost(XPListUI.java:37) at java.awt.AWTEventMulticaster.focusLost(Unknown Source) at java.awt.Component.processFocusEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.Dialog$1.run(Unknown Source) at java.awt.Dialog.show(Unknown Source) at javax.swing.JFileChooser.showDialog(Unknown Source) at javax.swing.JFileChooser.showSaveDialog(Unknown Source) at edu.rice.cs.drjava.ui.MainFrame.getSaveFile(MainFrame.java:2136) at edu.rice.cs.drjava.ui.MainFrame$5.getFile(MainFrame.java:286) at edu.rice.cs.drjava.model.DefaultGlobalModel$ConcreteOpenDefDoc.saveFileAs(DefaultGlobalModel.java:940) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.saveFile(AbstractGlobalModel.java:2101) at edu.rice.cs.drjava.ui.MainFrame._save(MainFrame.java:2656) at edu.rice.cs.drjava.ui.MainFrame.access$2300(MainFrame.java:95) at edu.rice.cs.drjava.ui.MainFrame$26.actionPerformed(MainFrame.java:503) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Info: awt.toolkit sun.awt.windows.WToolkit drjava.debug.port 2270 file.encoding Cp1252 file.encoding.pkg sun.io file.separator \ java.awt.graphicsenv sun.awt.Win32GraphicsEnvironment java.awt.printerjob sun.awt.windows.WPrinterJob java.class.path C:\Program Files\Java\drjava-beta-20050621-2116.jar;C:\Program Files\Java\jdk1.5.0_03\lib\tools.jar; java.class.version 49.0 java.endorsed.dirs C:\Program Files\Java\jre1.5.0_06\lib\endorsed java.ext.dirs C:\Program Files\Java\jre1.5.0_06\lib\ext java.home C:\Program Files\Java\jre1.5.0_06 java.io.tmpdir c:\temp\ java.library.path C:\Program Files\Java\jre1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IVI\bin;C:\VXIPNP\WinNT\Bin;C:\Xilinx\bin\nt;C:\watcom-1.3\binnt;C:\watcom-1.3\binw;C:\Program Files\MATLAB704\bin\win32;C:\Program Files\Insightful\splus62\;C:\Program Files\Common Files\Adaptec Shared\System;C:\matlab6p5p1\bin\win32;C:\Program Files\NAG\NAGWare\bin;C:\cygwin;C:\cygwin\lib;C:\cygwin\bin;C:\Program Files\Insightful\splus70\;C:\Program Files\SSH Communications Security\SSH Secure Shell java.rmi.server.hostname 127.0.0.1 java.runtime.name Java(TM) 2 Runtime Environment, Standard Edition java.runtime.version 1.5.0_06-b05 java.specification.name Java Platform API Specification java.specification.vendor Sun Microsystems Inc. java.specification.version 1.5 java.vendor Sun Microsystems Inc. java.vendor.url http://java.sun.com/ java.vendor.url.bug http://java.sun.com/cgi-bin/bugreport.cgi java.version 1.5.0_06 java.vm.info mixed mode, sharing java.vm.name Java HotSpot(TM) Client VM java.vm.specification.name Java Virtual Machine Specification java.vm.specification.vendor Sun Microsystems Inc. java.vm.specification.version 1.0 java.vm.vendor Sun Microsystems Inc. java.vm.version 1.5.0_06-b05 line.separator os.arch x86 os.name Windows XP os.version 5.1 path.separator ; sun.arch.data.model 32 sun.awt.exception.handler edu.rice.cs.drjava.ui.AWTExceptionHandler sun.boot.class.path C:\Program Files\Java\jre1.5.0_06\lib\rt.jar;C:\Program Files\Java\jre1.5.0_06\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_06\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_06\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_06\lib\jce.jar;C:\Program Files\Java\jre1.5.0_06\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_06\classes sun.boot.library.path C:\Program Files\Java\jre1.5.0_06\bin sun.cpu.endian little sun.cpu.isalist sun.desktop windows sun.io.unicode.encoding UnicodeLittle sun.jnu.encoding Cp1252 sun.management.compiler HotSpot Client Compiler sun.os.patch.level Service Pack 2 user.country US user.dir C:\Program Files\Java user.home \\*********\********\********* user.language en user.name ******** user.timezone America/Chicago user.variant ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1424961&group_id=44253 |