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 268230 - NPE in AbstractListUI
Summary: NPE in AbstractListUI
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 8.1
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 11:19 UTC by Tomas Pavek
Modified: 2016-09-27 11:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2016-09-27 11:19:33 UTC
We've got this reported on JDev when clicking in the Sources list of an ODCS project opened in team dashboard.

java.lang.NullPointerException 
  at org.netbeans.modules.team.commons.treelist.AbstractListUI.showPopup(AbstractListUI.java:189)
  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)
  at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
  at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
  at java.awt.Component.processMouseEvent(Component.java:6532)
  at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
...

The report is from Mac OS X 10.11.6.