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

[jira] [Created] (NETBEANS-2045) toString() code generation improvements

Peter Steele created NETBEANS-2045:
--------------------------------------

             Summary: toString() code generation improvements
                 Key: NETBEANS-2045
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2045
             Project: NetBeans
          Issue Type: Improvement
          Components: cnd - Editor
            Reporter: Peter Steele


# Use Arrays.toString() for arrays such as int[]
 # Use Arrays.deepToString() for nested arrays such as int[][]
 # Use either of the above for collections, such as ArrayList<Object> and ArrayList<Object[]>
 # Allow the user to select fields from super classes that are visible.



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