Menu

#82 String args[] vs. Strings[] args

closed
None
1
2002-11-13
2002-08-23
No

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.

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2002-08-26

    Logged In: YES
    user_id=44430

    This has to be yet another switch available with a future
    version.

    Thanks.

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-08-29
    • assigned_to: nobody --> marcohu
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-09-15
    • priority: 5 --> 1
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-09-15

    Logged In: YES
    user_id=44430

    Implemented in latest CVS

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-11-13
    • status: open --> closed
     

Log in to post a comment.