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 252821 - NullPointerException at org.netbeans.modules.team.commons.treelist.TreeList.isPopupForSelected
Summary: NullPointerException at org.netbeans.modules.team.commons.treelist.TreeList.i...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-05 02:11 UTC by jeremyclassic
Modified: 2015-06-13 07:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217749


Attachments
stacktrace (2.96 KB, text/plain)
2015-06-05 02:11 UTC, jeremyclassic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jeremyclassic 2015-06-05 02:11:41 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
jeremyclassic: Not sure what I was doing; I think I ran a query generate from the tasks window for JIRA




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.team.commons.treelist.TreeList.isPopupForSelected(TreeList.java:226)
   at org.netbeans.modules.team.commons.treelist.TreeList.showPopupMenuAt(TreeList.java:205)
   at org.netbeans.modules.team.commons.treelist.TreeListUI.showPopupAt(TreeListUI.java:60)
   at org.netbeans.modules.team.commons.treelist.AbstractListUI.showPopup(AbstractListUI.java:192)
   at org.netbeans.modules.team.commons.treelist.AbstractListUI.access$100(AbstractListUI.java:61)
   at org.netbeans.modules.team.commons.treelist.AbstractListUI$1.mousePressed(AbstractListUI.java:79)
Comment 1 jeremyclassic 2015-06-05 02:11:44 UTC
Created attachment 154062 [details]
stacktrace
Comment 2 Tomas Stupka 2015-06-12 15:35:19 UTC
fixed in jet-main #b0d739e0d213
Comment 3 Quality Engineering 2015-06-13 07:20:46 UTC
Integrated into 'main-silver', will be available in build *201506130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b0d739e0d213
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #252821 - NullPointerException at org.netbeans.modules.team.commons.treelist.TreeList.isPopupForSelected