You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Gili (JIRA)" <ji...@apache.org> on 2018/01/01 13:28:00 UTC

[jira] [Created] (NETBEANS-237) NegativeArraySizeException at org.netbeans.editor.BaseDocument.getChars(BaseDocument.java:1163)

Gili created NETBEANS-237:
-----------------------------

             Summary: NegativeArraySizeException at org.netbeans.editor.BaseDocument.getChars(BaseDocument.java:1163)
                 Key: NETBEANS-237
                 URL: https://issues.apache.org/jira/browse/NETBEANS-237
             Project: NetBeans
          Issue Type: Bug
          Components: editor - Completion & Templates
         Environment: build 152
            Reporter: Gili


{code}
java.lang.NegativeArraySizeException
	at org.netbeans.editor.BaseDocument.getChars(BaseDocument.java:1163)
	at org.netbeans.editor.Utilities.getIdentifierBefore(Utilities.java:700)
	at org.netbeans.lib.editor.codetemplates.CodeTemplateCompletionProvider$Query.query(CodeTemplateCompletionProvider.java:149)
	at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:198)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Caused: org.openide.util.RequestProcessor$FastItem: task failed due to
{code}

I don't remember what actions I invoked to trigger this exception.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists