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 230465 - NullPointerException at org.netbeans.modules.web.jsf.editor.JspJsfELPlugin.getImplicitObjects
Summary: NullPointerException at org.netbeans.modules.web.jsf.editor.JspJsfELPlugin.ge...
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-05-29 14:40 UTC by Maksim Khramov
Modified: 2013-05-31 01:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201010


Attachments
stacktrace (6.04 KB, text/plain)
2013-05-29 14:40 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-05-29 14:40:36 UTC
Build: NetBeans IDE Dev (Build 201305282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b12
OS: Windows 7

User Comments:
mkhramov: Opened diff window. Click on El Expression Link




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.editor.JspJsfELPlugin.getImplicitObjects(JspJsfELPlugin.java:118)
   at org.netbeans.modules.web.el.spi.ELPlugin$Query.getImplicitObjects(ELPlugin.java:102)
   at org.netbeans.modules.web.el.ELTypeUtilities.getImplicitObjects(ELTypeUtilities.java:332)
   at org.netbeans.modules.web.el.ELTypeUtilities.getIdentifierType(ELTypeUtilities.java:477)
   at org.netbeans.modules.web.el.ELTypeUtilities.access$200(ELTypeUtilities.java:84)
   at org.netbeans.modules.web.el.ELTypeUtilities$TypeResolverVisitor.visit(ELTypeUtilities.java:701)
Comment 1 Maksim Khramov 2013-05-29 14:40:37 UTC
Created attachment 135078 [details]
stacktrace
Comment 2 Martin Fousek 2013-05-30 09:20:03 UTC
Strange case. Next time the logging information should tell more. In release builds will not appear.

web-main #bf36c94e4b66
Comment 3 Quality Engineering 2013-05-31 01:23:30 UTC
Integrated into 'main-golden', will be available in build *201305302301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bf36c94e4b66
User: Martin Fousek <marfous@netbeans.org>
Log: #230465 - NullPointerException at org.netbeans.modules.web.jsf.editor.JspJsfELPlugin.getImplicitObjects