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 - NullPointerException at org.netbeans.modules.kenai.ui.SourceHandleImpl.isUnder
Summary: NullPointerException at org.netbeans.modules.kenai.ui.SourceHandleImpl.isUnder
Status: RESOLVED DUPLICATE of bug 176638
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 08:16 UTC by _ tboudreau
Modified: 2009-11-19 12:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 162509


Attachments
stacktrace (3.17 KB, text/plain)
2009-11-19 08:16 UTC, _ tboudreau
Details

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