Thibault Kruse created GROOVY-7563: -------------------------------------- Summary: InvokerHelper formatting methods have inconsistent API Key: GROOVY-7563 URL: https://issues.apache.org/jira/browse/GROOVY-7563 Project: Groovy Issue Type: Improvement Components: groovy-jdk Reporter: Thibault Kruse Assignee: Guillaume Laforge Priority: Minor
in class org.codehaus.groovy.runtime.InvokerHelper, there are methods used to print out Objects. The methods sometimes have a maxsize, verbose or safe argument, but they do not have them consistently. I suggest changing the private API so that methods for all Collection/Map types have the same API and same functionality. See https://github.com/apache/incubator-groovy/pull/96 -- This message was sent by Atlassian JIRA (v6.3.4#6332)