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 270035

Summary: IllegalArgumentException: No EditorKit for 'text/x-ant+xml' mimetype.
Product: debugger Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228344
Attachments: stacktrace

Description Exceptions Reporter 2017-03-09 12:54:50 UTC
This bug was originally marked as duplicate of bug 202913, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 8.1

User Comments:
GUEST: cant run my project




Stacktrace: 
java.lang.IllegalArgumentException: No EditorKit for 'text/x-ant+xml' mimetype.
   at org.netbeans.editor.Utilities.createSingleLineEditor(Utilities.java:1526)
   at org.netbeans.modules.debugger.ui.WatchPanel.getPanel(WatchPanel.java:106)
   at org.netbeans.modules.debugger.ui.actions.AddWatchAction.performAction(AddWatchAction.java:140)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:130)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
Comment 1 Exceptions Reporter 2017-03-09 12:54:52 UTC
Created attachment 163804 [details]
stacktrace