Please add option to permit array declarations to keep
[]'s with the array name, vs. the type.
Right now, lines like:
public static void main(String args[]) {
are converted to
public static void main(String[] args) {
While the consistency of one location is great, I'd prefer
the consistency be in the other location.
Marco Hunsicker
None
None
Public
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use