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 259131 - NullPointerException at org.perforcenb.ui.history.HistoryNodeFactory.createKeys
Summary: NullPointerException at org.perforcenb.ui.history.HistoryNodeFactory.createKeys
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-04 23:30 UTC by tijet
Modified: 2016-05-04 23:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220741


Attachments
stacktrace (499 bytes, text/plain)
2016-05-04 23:30 UTC, tijet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tijet 2016-05-04 23:30:38 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Mac OS X

User Comments:
tijet: Open Project

GUEST: During loading of unoffiicial perforce plugin. It would be nice if Netbeans supports perforce or other way around.




Stacktrace: 
java.lang.NullPointerException
   at org.perforcenb.ui.history.HistoryNodeFactory.createKeys(HistoryNodeFactory.java:30)
   at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:209)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 tijet 2016-05-04 23:30:50 UTC
Created attachment 159543 [details]
stacktrace