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

Summary: NPE in AbstractListUI
Product: connecteddeveloper Reporter: Tomas Pavek <tpavek>
Component: Team FrameworkAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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.