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 204466

Summary: [71cat] IllegalArgumentException: No EditorKit for 'content/unknown' mimetype.
Product: debugger Reporter: dds.dhawal
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 175884
Attachments: stacktrace

Description dds.dhawal 2011-10-31 16:31:09 UTC
Build: NetBeans IDE Dev (Build 201110070600)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

User Comments:
dds.dhawal: opened the watches view (alt + shift + 2)
and clicked on <Enter watch expression>




Stacktrace: 
java.lang.IllegalArgumentException: No EditorKit for 'content/unknown' mimetype.
   at org.netbeans.editor.Utilities.createSingleLineEditor(Utilities.java:1517)
   at org.netbeans.modules.debugger.ui.WatchPanel.getPanel(WatchPanel.java:99)
   at org.netbeans.modules.debugger.ui.models.WatchesActionsProvider.customize(WatchesActionsProvider.java:187)
   at org.netbeans.modules.debugger.ui.models.WatchesActionsProvider.performDefaultAction(WatchesActionsProvider.java:153)
   at org.netbeans.spi.viewmodel.Models$DelegatingNodeActionsProvider.performDefaultAction(Models.java:3544)
   at org.netbeans.spi.viewmodel.Models$CompoundModel.performDefaultAction(Models.java:3926)
Comment 1 dds.dhawal 2011-10-31 16:31:13 UTC
Created attachment 112611 [details]
stacktrace
Comment 2 Martin Entlicher 2011-10-31 17:30:52 UTC

*** This bug has been marked as a duplicate of bug 202913 ***