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 271626 - NullPointerException at org.netbeans.modules.mongodb.ui.components.CollectionResultPanel$6.mouseClicked
Summary: NullPointerException at org.netbeans.modules.mongodb.ui.components.Collection...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-12 03:15 UTC by hasanxch
Modified: 2017-10-12 03:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230562


Attachments
stacktrace (2.56 KB, text/plain)
2017-10-12 03:15 UTC, hasanxch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hasanxch 2017-10-12 03:15:03 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 10

User Comments:
hasanxch: try to open properti




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mongodb.ui.components.CollectionResultPanel$6.mouseClicked(CollectionResultPanel.java:277)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
   at java.awt.Component.processMouseEvent(Component.java:6536)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
   at org.jdesktop.swingx.JXTreeTable.processMouseEvent(JXTreeTable.java:396)
   at java.awt.Component.processEvent(Component.java:6298)
Comment 1 hasanxch 2017-10-12 03:15:05 UTC
Created attachment 165273 [details]
stacktrace