You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "jose luis romero (JIRA)" <ji...@apache.org> on 2019/07/18 13:10:00 UTC

[jira] [Created] (NETBEANS-2870) A java.lang.AssertionError exception has occurred

jose luis romero created NETBEANS-2870:
------------------------------------------

             Summary: A java.lang.AssertionError exception has occurred
                 Key: NETBEANS-2870
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2870
             Project: NetBeans
          Issue Type: Bug
          Components: cnd - Code Completion
    Affects Versions: 11.1
         Environment: Windows 10
            Reporter: jose luis romero
         Attachments: messages.log

After pressing CTRL SPACE to get the list on autocomplete on

TitularMutual tm = controller.; //between doc and semicolon

I select one to complete the method name and nothing happens, like if I were pressed ESC instead.

If I resolve the uncaught exception, the autocomplete works fine

Complete code case:

for (Titulares t : tt) {
 TitularMutual tm = controller.;
 int plan = contr.determinarPlan(t, tm); //on this line, there is an unreported excep to be catched
 planes.get(plan).add(t);
 }



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
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