You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Bailey Campbell (JIRA)" <ji...@apache.org> on 2019/03/04 17:43:00 UTC

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

Bailey Campbell created NETBEANS-2205:
-----------------------------------------

             Summary: 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
         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
(v7.6.3#76005)

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