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 195313

Summary: ISE from ViewBuilder.createNextView
Product: editor Reporter: Jesse Glick <jglick>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Excerpts from log file

Description Jesse Glick 2011-02-11 03:08:56 UTC
Created attachment 105847 [details]
Excerpts from log file

110210-9d76a9c03088. I was doing a lot of external modifications to source files open in the editor (e.g. hg revert). Several times I ran into bug #192808 - modifications to the editor document were not being saved to disk. Closing and reopening the document did not help; had to restart each time it happened.

I also got numerous exceptions which I am attaching. (Exception reporter is broken or they would have come in that way.)

By the way it is not acceptable to include a user document in a logged stack trace - too easy to leak proprietary source files.
Comment 1 Miloslav Metelka 2011-02-11 08:59:39 UTC
Apologies, this was likely a result of a too aggressive check http://hg.netbeans.org/jet-main/rev/32c605ea7182 added in attempt to fix issue 191620. The http://hg.netbeans.org/jet-main/rev/9d180dd866a5
 should restore the previous state. I'll remove dumping of source text chars.
Comment 2 Miloslav Metelka 2011-02-11 13:15:56 UTC

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