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 - Ecxeption in Text Editor
Summary: Ecxeption in Text Editor
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-17 11:07 UTC by coolsabby7
Modified: 2012-04-17 14:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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