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

Summary: IllegalArgumentException: Called DataObject.find on null
Product: javaee Reporter: rodrigorsantos <rodrigorsantos>
Component: JSFAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201420
Attachments: stacktrace

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.