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 - NullPointerException: The document parameter cannot be null
Summary: NullPointerException: The document parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Expression Language (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-29 08:57 UTC by Maksim Khramov
Modified: 2015-07-04 02:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218219


Attachments
stacktrace (2.72 KB, text/plain)
2015-06-29 08:57 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
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