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 251557 - NullPointerException at org.netbeans.spi.debugger.ActionsProvider$ContextAware.isCurrentMIMETypeIn
Summary: NullPointerException at org.netbeans.spi.debugger.ActionsProvider$ContextAwar...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-01 12:34 UTC by markiewb
Modified: 2015-04-02 16:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216506


Attachments
stacktrace (6.07 KB, text/plain)
2015-04-01 12:34 UTC, markiewb
Details
stacktrace (6.14 KB, text/plain)
2015-04-01 21:31 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2015-04-01 12:34:27 UTC
Build: NetBeans IDE Dev (Build 201503310001)
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:
markiewb: ???




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.spi.debugger.ActionsProvider$ContextAware.isCurrentMIMETypeIn(ActionsProvider.java:408)
   at org.netbeans.spi.debugger.ActionsProvider$ContextAware.isEnabled(ActionsProvider.java:278)
   at org.netbeans.api.debugger.ActionsManager.isEnabled(ActionsManager.java:406)
   at org.netbeans.modules.debugger.ui.actions.DebuggerAction.isEnabled(DebuggerAction.java:129)
   at org.netbeans.modules.debugger.ui.actions.DebuggerAction.access$000(DebuggerAction.java:73)
   at org.netbeans.modules.debugger.ui.actions.DebuggerAction$Listener.actionStateChanged(DebuggerAction.java:417)
Comment 1 markiewb 2015-04-01 12:34:30 UTC
Created attachment 152971 [details]
stacktrace
Comment 2 muellermi 2015-04-01 21:31:14 UTC
Created attachment 152988 [details]
stacktrace

editing java code
Comment 3 Martin Entlicher 2015-04-02 16:22:06 UTC
This was actually already fixed by a part of http://hg.netbeans.org/web-main/rev/13943f59a2c7