This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 240629 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: GWT (show other bugs)
Version: 7.2.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 19:53 UTC by katesekula
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description katesekula 2014-01-17 19:53:51 UTC
java.lang.NullPointerException
	at org.netbeans.modules.gwt4nb.GWTProjectInfo.setProperties(GWTProjectInfo.java:439)
	at org.netbeans.modules.gwt4nb.Gwt4nbModule.updateGWTProject(Gwt4nbModule.java:300)
	at org.netbeans.modules.gwt4nb.Gwt4nbModule$2.run(Gwt4nbModule.java:235)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:607)
	at org.netbeans.modules.gwt4nb.Gwt4nbModule.updateProjects(Gwt4nbModule.java:233)
	at org.netbeans.modules.gwt4nb.Gwt4nbModule.access$100(Gwt4nbModule.java:44)
	at org.netbeans.modules.gwt4nb.Gwt4nbModule$1.propertyChange(Gwt4nbModule.java:209)
	at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
	at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.propertyChange(OpenProjectsTrampolineImpl.java:114)
	at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
	at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:616)
	at org.netbeans.modules.project.ui.OpenProjectList$4.run(OpenProjectList.java:584)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 Martin Balin 2016-07-07 08:55:12 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss