|
From: Shlomy R. <sre...@gm...> - 2010-11-28 13:00:22
|
Hi, Whenever I try to remove the "active project" by right clicking the name and selecting "Remove project", I get the exception shown below. The project is not removed and remains the active project, and the project tree stops responding to project selections in the project combo-box - i.e. I cannot switch to another project. Can someone help? I am on Windows XP, using Sun-Java 1.6.0_21, with trunk version (from git) of PV and trunk version of jEdit. Please note that this started to happen 1-2 weeks ago, previously I had no problem removing projects. Thanks, Shlomy Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at projectviewer.ProjectManager.isLoaded(ProjectManager.java:425) at projectviewer.ProjectViewer.closeProject(ProjectViewer.java:474) at projectviewer.ProjectViewer.setRootNode(ProjectViewer.java:757) at projectviewer.ProjectViewer.projectRemoved(ProjectViewer.java:234) at projectviewer.ProjectManager.removeProject(ProjectManager.java:308) at projectviewer.action.NodeRemoverAction.remove(NodeRemoverAction.java:320) at projectviewer.action.NodeRemoverAction.actionPerformed(NodeRemoverAction.java:130 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.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(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) |