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 151574 - [65cat] org.netbeans.editor.GuardedException: Attempt to insert into guarded block at position 1,242.
Summary: [65cat] org.netbeans.editor.GuardedException: Attempt to insert into guarded ...
Status: RESOLVED DUPLICATE of bug 144960
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-28 11:41 UTC by sunbiz
Modified: 2008-11-10 16:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 133428


Attachments
stacktrace (3.48 KB, text/plain)
2008-10-28 11:41 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-10-28 11:41:27 UTC
Build: NetBeans IDE Dev (Build 200810240201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

Stacktrace: 
org.netbeans.editor.GuardedException: Attempt to insert into guarded block at position 1,242.
        at org.netbeans.editor.GuardedDocument.preInsertCheck(GuardedDocument.java:221)
        at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:728)
        at org.netbeans.modules.beans.addproperty.AddPropertyCodeGenerator$.run(AddPropertyCodeGenerator.java:155)
        at org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:324)
        at org.openide.text.NbDocument.runAtomicAsUser(NbDocument.java:410)
        at org.netbeans.modules.beans.addproperty.AddPropertyCodeGenerator.insertCodeImpl(AddPropertyCodeGenerator.java:149)
Comment 1 sunbiz 2008-10-28 11:41:31 UTC
Created attachment 72759 [details]
stacktrace
Comment 2 Jan Pokorsky 2008-11-10 16:22:48 UTC

*** This issue has been marked as a duplicate of 144960 ***