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 257605 - NullPointerException: The result parameter cannot be null
Summary: NullPointerException: The result parameter cannot be null
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: CDI (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-17 17:09 UTC by Exceptions Reporter
Modified: 2017-03-10 14:18 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183270


Attachments
stacktrace (2.36 KB, text/plain)
2016-01-17 17:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-01-17 17:09:57 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
davideconsonni: writing

GUEST: I was deploying my application on GlassFish server ver. 4.1

GUEST: I don't know.

ScorchedPsyche: I created an empty file on the root of my project named license.txt. Then i started typing my license and when i typed ALT GR + C (for copyright symbol) the error on this report occurred. I'm under Windows 8.1 using NetBeans 8 Beta with Dual-Monitors.

Thanks!




Stacktrace: 
java.lang.NullPointerException: The result parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.api.java.source.CompilationController.get(CompilationController.java:84)
   at org.netbeans.modules.web.beans.navigation.actions.WebBeansActionHelper$5.run(WebBeansActionHelper.java:521)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:137)
Comment 1 Exceptions Reporter 2016-01-17 17:09:58 UTC
Created attachment 158162 [details]
stacktrace