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 222889 - IllegalStateException: Too many org.netbeans.modules.editor.java.JavaCodeTemplateProcessor$2 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.editor.java.JavaCodeTemp...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-28 12:12 UTC by crazyjavahacking
Modified: 2012-11-30 13:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195791


Attachments
stacktrace (4.89 KB, text/plain)
2012-11-28 12:12 UTC, crazyjavahacking
Details
stacktrace (4.36 KB, text/plain)
2012-11-30 13:05 UTC, crazyjavahacking
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crazyjavahacking 2012-11-28 12:12:12 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9710-on-20121127)
VM: Java HotSpot(TM) Client VM, 20.9-b04, Java(TM) SE Runtime Environment, 1.6.0_34-b04
OS: Windows 7

User Comments:
crazyjavahacking: During code completion of private static final class




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.editor.java.JavaCodeTemplateProcessor$2 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.updateImports(JavaCodeTemplateProcessor.java:341)
   at org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.parameterValueChanged(JavaCodeTemplateProcessor.java:171)
   at org.netbeans.lib.editor.codetemplates.CodeTemplateInsertHandler.notifyParameterUpdate(CodeTemplateInsertHandler.java:450)
   at org.netbeans.lib.editor.codetemplates.CodeTemplateInsertHandler.stateChanged(CodeTemplateInsertHandler.java:517)
   at org.netbeans.lib.editor.codetemplates.textsync.TextRegionManager.fireEvent(TextRegionManager.java:240)
Comment 1 crazyjavahacking 2012-11-28 12:12:15 UTC
Created attachment 128505 [details]
stacktrace
Comment 2 Dusan Balek 2012-11-29 13:49:57 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/9c226590169d
Comment 3 Quality Engineering 2012-11-30 02:37:11 UTC
Integrated into 'main-golden', will be available in build *201211300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9c226590169d
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #222889: IllegalStateException: Too many org.netbeans.modules.editor.java.JavaCodeTemplateProcessor$2 (3) in shared RequestProcessor - fixed.
Comment 4 crazyjavahacking 2012-11-30 13:05:33 UTC
Created attachment 128644 [details]
stacktrace

Not sure, regular coding