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 255439 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 06:54 UTC by seethap
Modified: 2015-09-21 11:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220062


Attachments
stacktrace (6.64 KB, text/plain)
2015-09-21 06:54 UTC, seethap
Details

Note You need to log in before you can comment on or make changes to this bug.
Description seethap 2015-09-21 06:54:22 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
seethap: tried to add a scala platform.  Pressed the "add Platform" button




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:555)
   at org.netbeans.modules.scala.platform.ui.PlatformsCustomizer.addNewPlatform(PlatformsCustomizer.java:316)
   at org.netbeans.modules.scala.platform.ui.PlatformsCustomizer.access$000(PlatformsCustomizer.java:88)
   at org.netbeans.modules.scala.platform.ui.PlatformsCustomizer$1.actionPerformed(PlatformsCustomizer.java:186)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
Comment 1 seethap 2015-09-21 06:54:24 UTC
Created attachment 156311 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2015-09-21 11:14:34 UTC
nbscala plugin