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 271153 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-24 14:41 UTC by java1cprog
Modified: 2017-08-25 13:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172727


Attachments
stacktrace (1.95 KB, text/plain)
2017-07-24 14:41 UTC, java1cprog
Details
stacktrace (2.26 KB, text/plain)
2017-08-25 13:17 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description java1cprog 2017-07-24 14:41:08 UTC
Build: NetBeans IDE Dev (Build 201707240001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+178, Java(TM) SE Runtime Environment, 9+178
OS: Windows 7

User Comments:
java1cprog: I do not know.




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:608)
   at org.netbeans.modules.apisupport.project.ui.ImportantFilesNodeFactory$SuiteImportantFilesChildren.createNodes(ImportantFilesNodeFactory.java:361)
   at org.netbeans.modules.apisupport.project.ui.ImportantFilesNodeFactory$SuiteImportantFilesChildren.createNodes(ImportantFilesNodeFactory.java:322)
   at org.openide.nodes.Children$Keys$KE.nodes(Children.java:1679)
   at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:149)
   at org.openide.nodes.EntrySupportDefault$Info.nodes(EntrySupportDefault.java:805)
Comment 1 java1cprog 2017-07-24 14:41:10 UTC
Created attachment 164821 [details]
stacktrace
Comment 2 aldobrucale 2017-08-25 13:17:07 UTC
Created attachment 165008 [details]
stacktrace

Changing visibility of Java class?