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

[jira] [Closed] (NETBEANS-2205) Chained Method (Smart Code Completion) test fails

     [ https://issues.apache.org/jira/browse/NETBEANS-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlad Palnik closed NETBEANS-2205.
---------------------------------
    Fix Version/s: 12.0
       Resolution: Fixed

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.

Ctr+Alt+Space also produces the correct result.

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
>             Fix For: 12.0
>
>         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: 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