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 - NullPointerException at org.netbeans.modules.debugger.jpda.projects.SourcesTabs.setProjectTitle
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.projects.SourcesTa...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 13:59 UTC by Jan Lahoda
Modified: 2011-03-15 09:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177482


Attachments
stacktrace (5.31 KB, text/plain)
2011-03-11 13:59 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
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.