org.netbeans.editor.GuardedException: Attempt to insert into guarded block at position 19,209. at org.netbeans.editor.GuardedDocument.preInsertCheck(GuardedDocument.java:156) at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:554) at org.netbeans.api.java.source.ModificationResult.commit(ModificationResult.java:94) Caused: java.io.IOException at org.netbeans.api.java.source.ModificationResult.commit(ModificationResult.java:105) at org.netbeans.api.java.source.ModificationResult.commit(ModificationResult.java:67) at org.netbeans.modules.java.editor.codegen.ConstructorGenerator.invoke(ConstructorGenerator.java:137) at org.netbeans.modules.java.editor.codegen.ui.GenerateCodePanel.invokeSelected(GenerateCodePanel.java:122) at org.netbeans.modules.java.editor.codegen.ui.GenerateCodePanel.listMouseReleased(GenerateCodePanel.java:95) at org.netbeans.modules.java.editor.codegen.ui.GenerateCodePanel.access$100(GenerateCodePanel.java:38) at org.netbeans.modules.java.editor.codegen.ui.GenerateCodePanel$2.mouseReleased(GenerateCodePanel.java:81) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273) at java.awt.Component.processMouseEvent(Component.java:6038) at javax.swing.JComponent.processMouseEvent(JComponent.java:3260) at java.awt.Component.processEvent(Component.java:5803) at java.awt.Container.processEvent(Container.java:2058) at java.awt.Component.dispatchEventImpl(Component.java:4410) at java.awt.Container.dispatchEventImpl(Container.java:2116) at java.awt.Component.dispatchEvent(Component.java:4240) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916) at java.awt.Container.dispatchEventImpl(Container.java:2102) at java.awt.Window.dispatchEventImpl(Window.java:2429) at java.awt.Component.dispatchEvent(Component.java:4240) [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)