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 - IllegalArgumentException: No EditorKit for 'text/x-ant+xml' mimetype.
Summary: IllegalArgumentException: No EditorKit for 'text/x-ant+xml' mimetype.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-09 12:54 UTC by Exceptions Reporter
Modified: 2017-03-09 12:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228344


Attachments
stacktrace (3.57 KB, text/plain)
2017-03-09 12:54 UTC, Exceptions Reporter
Details

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