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 176638 - NullPointerException at org.netbeans.modules.kenai.ui.SourceHandleImpl.isUnder
Summary: NullPointerException at org.netbeans.modules.kenai.ui.SourceHandleImpl.isUnder
Status: RESOLVED FIXED
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:
: 177210 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-12 02:58 UTC by Ondrej Vrabec
Modified: 2009-11-19 12:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161914


Attachments
stacktrace (2.92 KB, text/plain)
2009-11-12 02:58 UTC, Ondrej Vrabec
Details
stacktrace (2.92 KB, text/plain)
2009-11-12 08:02 UTC, Tomas Mysik
Details
stacktrace (2.92 KB, text/plain)
2009-11-12 10:10 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2009-11-12 02:58:12 UTC
Build: NetBeans IDE Dev (Build 091112-689a1b98e48e)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.27.37-0.1-default, amd64

User Comments:
ovrabec: Right-click on a project.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.ui.SourceHandleImpl.isUnder(SourceHandleImpl.java:257)
        at org.netbeans.modules.kenai.ui.SourceHandleImpl.initRecent(SourceHandleImpl.java:242)
        at org.netbeans.modules.kenai.ui.SourceHandleImpl.<init>(SourceHandleImpl.java:108)
        at org.netbeans.modules.kenai.ui.SourceAccessorImpl.getSources(SourceAccessorImpl.java:101)
        at org.netbeans.modules.kenai.ui.ShareAction$ContextShareAction.inDashboard(ShareAction.java:159)
        at org.netbeans.modules.kenai.ui.ShareAction$ContextShareAction.getPopupPresenter(ShareAction.java:178)
Comment 1 Ondrej Vrabec 2009-11-12 02:58:15 UTC
Created attachment 90879 [details]
stacktrace
Comment 2 Tomas Mysik 2009-11-12 08:02:22 UTC
Created attachment 90909 [details]
stacktrace
Comment 3 Tomas Mysik 2009-11-12 08:04:17 UTC
P3 -> P1 because there's no possible work around - or is it?

Thanks.
Comment 4 Tomas Stupka 2009-11-12 10:10:21 UTC
Created attachment 90929 [details]
stacktrace
Comment 5 Tomas Stupka 2009-11-12 10:13:18 UTC
> P3 -> P1 because there's no possible work around - or is it?
closing all unversioned projects worked for me...
Comment 6 Jan Becicka 2009-11-12 12:13:08 UTC
Changeset: a059b7d4ca79
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2009-11-12 20:12
Message:   Issue #176638 - NullPointerException at org.netbeans.modules.kenai.ui.SourceHandleImpl.isUnder
Comment 7 Jan Becicka 2009-11-19 12:06:14 UTC
*** Bug 177210 has been marked as a duplicate of this bug. ***