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 253229

Summary: NullPointerException: The document parameter cannot be null
Product: javaee Reporter: Maksim Khramov <mkhramov>
Component: Expression LanguageAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218219
Attachments: stacktrace

Description Maksim Khramov 2015-06-29 08:57:39 UTC
Build: NetBeans IDE Dev (Build 201506250001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b02, Java(TM) SE Runtime Environment, 1.8.0_51-b13
OS: Windows 7

User Comments:
mkhramov: Work with opened web project




Stacktrace: 
java.lang.NullPointerException: The document parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.parsing.api.Source.create(Source.java:222)
   at org.netbeans.modules.parsing.api.Source.create(Source.java:205)
   at org.netbeans.modules.web.el.navigation.ELHyperlinkProvider.resolveNodeAndElement(ELHyperlinkProvider.java:221)
   at org.netbeans.modules.web.el.navigation.ELDeclarationFinder.findDeclaration(ELDeclarationFinder.java:97)
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport$2.run(GoToSupport.java:173)
Comment 1 Maksim Khramov 2015-06-29 08:57:43 UTC
Created attachment 154423 [details]
stacktrace
Comment 2 Petr Hejl 2015-07-03 10:42:26 UTC
Fixed in web-main 248bf70b01fe.
Comment 3 Quality Engineering 2015-07-04 02:08:13 UTC
Integrated into 'main-silver', will be available in build *201507040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/248bf70b01fe
User: Petr Hejl <phejl@netbeans.org>
Log: #253229 - NullPointerException: The document parameter cannot be null