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 267850

Summary: NullPointerException at org.netbeans.modules.debugger.jpda.projectsui.FixActionProvider.invokeAction
Product: debugger Reporter: esanzmoral
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: k_sch
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226047
Attachments: stacktrace

Description esanzmoral 2016-09-03 21:09:58 UTC
This issue was reported manually by esanzmoral.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 (Build 201511021428)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 8.1

User Comments:
esanzmoral: Al aplicar los cambios en el codigo con el servidor levantado me da esta excepion.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.projectsui.FixActionProvider.invokeAction(FixActionProvider.java:200)
   at org.netbeans.modules.debugger.jpda.projectsui.FixActionProvider.access$000(FixActionProvider.java:101)
   at org.netbeans.modules.debugger.jpda.projectsui.FixActionProvider$1.run(FixActionProvider.java:163)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 esanzmoral 2016-09-03 21:10:00 UTC
Created attachment 161887 [details]
stacktrace
Comment 2 Martin Entlicher 2016-09-16 10:43:57 UTC
It probably tried to apply code changes in a file that was not part of a project.
Comment 3 Martin Entlicher 2016-09-27 16:19:18 UTC
*** Bug 268157 has been marked as a duplicate of this bug. ***
Comment 4 Martin Entlicher 2016-09-27 16:20:40 UTC
In bug #268157 this happened when called from SQL-Window.