[
https://issues.apache.org/jira/browse/NETBEANS-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17080285#comment-17080285
]
Vlad Palnik commented on NETBEANS-2205:
---------------------------------------
Provided image is displayed after first call to CC (ctr+space). Second call
(pressing ctr-space again) displays the correct all symbols code completion box.
NetCat 12.0 beta 2
> Chained Method (Smart Code Completion) test fails
> -------------------------------------------------
>
> Key: NETBEANS-2205
> URL: https://issues.apache.org/jira/browse/NETBEANS-2205
> Project: NetBeans
> Issue Type: Bug
> Affects Versions: 11.0
> Environment: Windows 10
> Reporter: Bailey Campbell
> Priority: Minor
> Attachments: ChainedMethod.png
>
>
> # Create class with following body:
> String field;
> public void test(String param) {
> String variable;
> if() {}
> }
> # Put cursor between empty braces (where is expected boolean)
> # Press Ctrl-Space twice
>
> h3. Expected result:
> All symbols code completion is opened. Above the line, there are methods
> calls which returns boolean. As param.isEmpty(), field.isEmpty(),
> variable.isEmpty(), getClass.isEmpty() and toString.isEmpty()
>
> Actual result: See attached image.
--
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