You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Michał Miszczuk (Jira)" <ji...@apache.org> on 2020/05/22 10:44:00 UTC

[jira] [Created] (NETBEANS-4362) Code completion leads to unhandled AssertionError

Michał Miszczuk created NETBEANS-4362:
-----------------------------------------

             Summary: Code completion leads to unhandled AssertionError
                 Key: NETBEANS-4362
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4362
             Project: NetBeans
          Issue Type: Bug
          Components: java - Editor
    Affects Versions: 11.3
            Reporter: Michał Miszczuk
         Attachments: IDE Log.txt

During normal usage (typing Java code) NB 11.3, after trying to select a proper method overload from code completion list an error occurs. Code completion is invoked on a third-party library (Vert.x). I did not change NB after installation.
 # Selected method is not added to text/content in the editor.
 # Choosing other methods from code completion list works only for methods *without arguments*.
 # Restarting NB does not help.
 # Reloading the project does not help.
 # Closing the project, then restarting NB and reopening the project does not help.

What helped: deleting current line of code and using code completion on a native Java class like String (no restrictions here regarding method arguments). After that code completion started to work again on objects from third-party library.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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