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 231291 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-14 18:55 UTC by rodrigorsantos
Modified: 2013-06-18 16:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201420


Attachments
stacktrace (4.55 KB, text/plain)
2013-06-14 18:55 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2013-06-14 18:55:51 UTC
This bug was originally marked as duplicate of bug 229299, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20130613-7b359724059f)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:551)
   at org.netbeans.modules.web.jsf.editor.JSFConfigHyperlinkProvider$ClassSeekerTask.run(JSFConfigHyperlinkProvider.java:287)
   at org.netbeans.modules.web.jsf.editor.JSFConfigHyperlinkProvider$ClassSeekerTask.run(JSFConfigHyperlinkProvider.java:244)
   at org.netbeans.modules.java.source.parsing.MimeTask.run(MimeTask.java:83)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:588)
   at org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:382)
Comment 1 rodrigorsantos 2013-06-14 18:55:53 UTC
Created attachment 135818 [details]
stacktrace
Comment 2 Martin Fousek 2013-06-18 16:05:08 UTC
Yup, my fault. Fixed in web-main #80d144273aed.