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 213464 - org.netbeans.editor.GuardedException: Attempt to insert into guarded block at position 510.
Summary: org.netbeans.editor.GuardedException: Attempt to insert into guarded block at...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 213543 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-03 22:01 UTC by sunbiz
Modified: 2015-02-04 03:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185687


Attachments
stacktrace (5.01 KB, text/plain)
2012-06-03 22:01 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-06-03 22:01:43 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

User Comments:
GUEST: Refactoring with Inspect + Transform with @Override

sunbiz: Introduce fields into a GameDesign source for JavaME project




Stacktrace: 
org.netbeans.editor.GuardedException: Attempt to insert into guarded block at position 510.
   at org.netbeans.editor.GuardedDocument.preInsertCheck(GuardedDocument.java:238)
   at org.netbeans.editor.BaseDocument.handleInsertString(BaseDocument.java:787)
   at org.netbeans.editor.BaseDocument$FilterBypassImpl.insertString(BaseDocument.java:2408)
   at javax.swing.text.DocumentFilter.insertString(DocumentFilter.java:72)
   at org.openide.text.CloneableEditorSupport$DocFilter.insertString(CloneableEditorSupport.java:3001)
   at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:763)
Comment 1 sunbiz 2012-06-03 22:01:48 UTC
Created attachment 120266 [details]
stacktrace
Comment 2 Jan Lahoda 2012-06-05 12:00:57 UTC
*** Bug 213543 has been marked as a duplicate of this bug. ***
Comment 3 Quality Engineering 2015-02-04 03:29:27 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.