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 177210

Summary: NullPointerException at org.netbeans.modules.kenai.ui.SourceHandleImpl.isUnder
Product: connecteddeveloper Reporter: _ tboudreau <tboudreau>
Component: Team FrameworkAssignee: Jan Becicka <jbecicka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 162509
Attachments: stacktrace

Description _ tboudreau 2009-11-19 08:16:34 UTC
Build: NetBeans IDE Dev (Build 091118-0ee77ee7ca5f)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6.1, x86_64

User Comments:
tboudreau: Creating a new project in /tmp



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.ui.SourceHandleImpl.isUnder(SourceHandleImpl.java:257)
        at org.netbeans.modules.kenai.ui.SourceHandleImpl.addToRecentProjects(SourceHandleImpl.java:180)
        at org.netbeans.modules.kenai.ui.SourceHandleImpl.propertyChange(SourceHandleImpl.java:162)
        at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:188)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
Comment 1 _ tboudreau 2009-11-19 08:16:38 UTC
Created attachment 91354 [details]
stacktrace
Comment 2 _ tboudreau 2009-11-19 09:52:23 UTC
Would say this is P1 - exception is also thrown whenever you right click any project, in addition to when creating one.
Comment 3 Jan Becicka 2009-11-19 12:06:14 UTC
you have old build, right?

*** This bug has been marked as a duplicate of bug 176638 ***