+1
On Tuesday 02 June 2015 01:39 PM, Michael Haupt wrote:
Dear all,
please review and sponsor this small refactoring fix:
RFE: https://bugs.openjdk.java.net/browse/JDK-8081604
Changeset: http://cr.openjdk.java.net/~mhaupt/8081604/webrev.00/
Formerly, ScriptingFunctions.tokenizeCommandLine() was a private utility
method. It is now public and used in TestFinder as well, which calls for a more
generic name. The change refactors the method name, as well as its local
variables.
Tested with "ant test".
Thanks,
Michael