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