Tobias Warneke created NETBEANS-2784:
----------------------------------------

             Summary: inline parameter hints - sometimes not displayed
                 Key: NETBEANS-2784
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2784
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.1
            Reporter: Tobias Warneke


First of all, I love inline parameter hints. 

 

Maybe this is a bug, but not always the parameter hints are displayed, but I 
cannot see any logic behind it:
 * within a test class
 ** assertEquals(configBackground.size(), actual: 3);
 ** first parameter has no hint
 * using apache queryrunner
 ** new QueryRunner().query(con,
sql: "select ...", new MapListHandler(), 7)
 ** Only the SQL parameter has the hint
 ** by the way sources were downloaded



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to