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

Summary: NullPointerException: The result parameter cannot be null
Product: javaee Reporter: Exceptions Reporter <exceptions_reporter>
Component: CDIAssignee: Sergey Petrov <sj-nb>
Status: NEW ---    
Severity: normal CC: baca07, davideconsonni, ScorchedPsyche, squib
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183270
Attachments: stacktrace

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