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 196594

Summary: NullPointerException at org.netbeans.modules.debugger.jpda.projects.SourcesTabs.setProjectTitle
Product: debugger Reporter: Jan Lahoda <jlahoda>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 177482
Attachments: stacktrace

Description Jan Lahoda 2011-03-11 13:59:55 UTC
Build: NetBeans IDE Dev (Build 110310-49d13ed75da4)
VM: OpenJDK 64-Bit Server VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
jlahoda: Creating an auto-project.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.projects.SourcesTabs.setProjectTitle(SourcesTabs.java:107)
   at org.netbeans.modules.debugger.jpda.projects.SourcesTabs.access$000(SourcesTabs.java:62)
   at org.netbeans.modules.debugger.jpda.projects.SourcesTabs$1.propertyChange(SourcesTabs.java:72)
   at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:196)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:298)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:291)
Comment 1 Jan Lahoda 2011-03-11 13:59:59 UTC
Created attachment 106914 [details]
stacktrace
Comment 2 Martin Entlicher 2011-03-14 16:03:18 UTC
Fixed by changeset:   190986:449c2ec85e0b
http://hg.netbeans.org/main/rev/449c2ec85e0b
Comment 3 Quality Engineering 2011-03-15 09:45:30 UTC
Integrated into 'main-golden', will be available in build *201103150400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/449c2ec85e0b
User: mentlicher@netbeans.org
Log: #196594 Handle the case when the project does not provide any ProjectInformation.