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 255971 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED INCOMPLETE
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-16 11:15 UTC by Milos Kleint
Modified: 2016-04-06 11:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220586


Attachments
stacktrace (2.62 KB, text/plain)
2015-10-16 11:15 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2015-10-16 11:15:41 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
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:
mkleint: created a .md file in favourites view




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:608)
   at org.netbeans.atlassian.maven.spi.PluginModulesNodeFactory$PluginModulesChildren.<init>(PluginModulesNodeFactory.java:162)
   at org.netbeans.atlassian.maven.spi.PluginModulesNodeFactory$PluginModulesNode.<init>(PluginModulesNodeFactory.java:130)
   at org.netbeans.atlassian.maven.spi.PluginModulesNodeFactory$PluginModulesNL.node(PluginModulesNodeFactory.java:109)
   at org.netbeans.atlassian.maven.spi.PluginModulesNodeFactory$PluginModulesNL.node(PluginModulesNodeFactory.java:59)
   at org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren.createNodes(NodeFactorySupport.java:167)
Comment 1 Milos Kleint 2015-10-16 11:15:43 UTC
Created attachment 156759 [details]
stacktrace
Comment 2 Tomas Stupka 2016-04-06 11:31:41 UTC
could it be org.netbeans.atlassian.maven.spi.PluginModulesNodeFactory passed null to dataobject.find?