[
https://issues.apache.org/jira/browse/NETBEANS-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Lahoda resolved NETBEANS-4362.
----------------------------------
Fix Version/s: 12.0
Resolution: Fixed
Fixed by:
https://github.com/apache/netbeans/commit/834bd756c5874e142185aa6cd710b9c91daf2789#diff-2cdcfa7152b812ae1b65e290c06c5eeb
> 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
> Priority: Minor
> Fix For: 12.0
>
> 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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists