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 211319

Summary: Ecxeption in Text Editor
Product: platform Reporter: coolsabby7
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.1.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description coolsabby7 2012-04-17 11:07:25 UTC
I had an exception occur, at the time the exception occured i was scanning for external changes as well has initated FIND USAGE command ona variable;

below are the details

org.openide.text.DataEditorSupport$1: The file cannot be safely opened with encoding UTF-8. Do you want to continue opening it?
	at org.openide.text.DataEditorSupport.createAndThrowIncorrectCharsetUQE(DataEditorSupport.java:505)
	at org.openide.text.DataEditorSupport.loadFromStreamToKit(DataEditorSupport.java:495)
	at org.netbeans.modules.cnd.source.CppEditorSupport.loadFromStreamToKit(CppEditorSupport.java:209)
	at org.openide.text.CloneableEditorSupport.loadDocument(CloneableEditorSupport.java:2121)
	at org.openide.text.CloneableEditorSupport.access$2900(CloneableEditorSupport.java:129)
	at org.openide.text.CloneableEditorSupport$Listener.run(CloneableEditorSupport.java:2959)
	at org.openide.text.CloneableEditorSupport$3.doRun(CloneableEditorSupport.java:722)
	at org.openide.text.CloneableEditorSupport$3.run(CloneableEditorSupport.java:689)
	at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:317)
	at org.openide.text.NbDocument.runAtomic(NbDocument.java:436)
	at org.openide.text.CloneableEditorSupport$3.doRun(CloneableEditorSupport.java:699)
[catch] at org.openide.text.CloneableEditorSupport$3.run(CloneableEditorSupport.java:689)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)