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 197898 - NullPointerException in Expression Language module
Summary: NullPointerException in Expression Language module
Status: RESOLVED DUPLICATE of bug 193953
Alias: None
Product: web
Classification: Unclassified
Component: Editing infrastructure (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-20 10:58 UTC by lolo_101
Modified: 2011-11-01 11:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception report (80.27 KB, text/plain)
2011-04-20 10:59 UTC, lolo_101
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lolo_101 2011-04-20 10:58:38 UTC
In a J2EE project with JSP pages, selecting "Find Usage" on method "iterator()" of a class that extends "Iterable" poped-up an error windows inviting me to post a bug:

"Module Expression Language threw java.lang.NullPointerException: The fileObject parameter cannot be null. Please report a bug against Expression Language module and attach your var/log/messages.log."

The message box has a "Find" button which allow the action to be performed anyway.
I could not find "Expression Language module" so I post here...

Reproducible: always with this method of this class.
But NOT with any other method (either overridden, overriding or simple) of this class or any other class, or with any attribute...

Using NB 7.0 RC2 on Windows XP SP3
Comment 1 lolo_101 2011-04-20 10:59:26 UTC
Created attachment 107857 [details]
exception report
Comment 2 Marek Fukala 2011-11-01 11:02:56 UTC
already fixed

*** This bug has been marked as a duplicate of bug 193953 ***