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 - NullPointerException at org.netbeans.modules.debugger.jpda.projectsui.FixActionProvider.invokeAction
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.projectsui.FixActi...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 268157 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-09-03 21:09 UTC by esanzmoral
Modified: 2016-09-27 16:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226047


Attachments
stacktrace (2.16 KB, text/plain)
2016-09-03 21:10 UTC, esanzmoral
Details

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