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 247143 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 247824 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-09-16 04:18 UTC by Exceptions Reporter
Modified: 2014-10-09 09:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211876


Attachments
stacktrace (2.39 KB, text/plain)
2014-09-16 04:18 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-16 04:18:22 UTC
This issue was reported manually by alexvsimon.
It already has 2 duplicates 


Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
GUEST: compile c++ code

GUEST: Not sure how to reproduce, still tought it might be useful




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:555)
   at org.netbeans.modules.cnd.toolchain.execution.OutputListenerImpl.outputLineCleared(OutputListenerImpl.java:145)
   at org.netbeans.core.output2.OutWriter.clearListeners(OutWriter.java:287)
   at org.netbeans.core.output2.OutWriter.dispose(OutWriter.java:261)
   at org.netbeans.core.output2.OutputDocument.dispose(OutputDocument.java:106)
   at org.netbeans.core.output2.OutputTab.setDocument(OutputTab.java:193)
Comment 1 Exceptions Reporter 2014-09-16 04:18:24 UTC
Created attachment 149235 [details]
stacktrace
Comment 2 Alexander Simon 2014-09-16 09:02:59 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/74654a1443b7
Comment 3 Alexander Simon 2014-10-09 09:29:13 UTC
*** Bug 247824 has been marked as a duplicate of this bug. ***