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 241128

Summary: NullPointerException at org.netbeans.modules.web.el.ELTypeUtilities.getReturnTypeForGenericClass
Product: javaee Reporter: muellermi <muellermi>
Component: Expression LanguageAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207091
Attachments: stacktrace

Description muellermi 2014-01-29 16:19:27 UTC
Build: NetBeans IDE Dev (Build 201401270001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
muellermi: edit JSF page




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.el.ELTypeUtilities.getReturnTypeForGenericClass(ELTypeUtilities.java:227)
   at org.netbeans.modules.web.el.ELTypeUtilities.getReturnType(ELTypeUtilities.java:212)
   at org.netbeans.modules.web.el.ELTypeUtilities$TypeResolverVisitor.visit(ELTypeUtilities.java:909)
   at com.sun.el.parser.SimpleNode.accept(SimpleNode.java:222)
   at com.sun.el.parser.SimpleNode.accept(SimpleNode.java:225)
   at com.sun.el.parser.SimpleNode.accept(SimpleNode.java:225)
Comment 1 muellermi 2014-01-29 16:19:29 UTC
Created attachment 144549 [details]
stacktrace
Comment 2 Martin Fousek 2014-01-31 08:28:05 UTC
Thanks for reporting.

Fixed in web-main #801262faffc8.
Comment 3 Quality Engineering 2014-02-01 05:46:30 UTC
Integrated into 'main-silver', will be available in build *201402010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/801262faffc8
User: Martin Fousek <marfous@netbeans.org>
Log: #241128 - NullPointerException at org.netbeans.modules.web.el.ELTypeUtilities.getReturnTypeForGenericClass