Share

Jalopy Java Source Code Formatter

Tracker: Feature Requests

1 String args[] vs. Strings[] args - ID: 599239
Last Update: Settings changed ( marcohu )

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.


John Zukowski ( jzukowski ) - 2002-08-23 13:40

1

Closed

None

Marco Hunsicker

None

None

Public


Comments ( 2 )

Date: 2002-09-15 22:00
Sender: marcohuProject Admin

Logged In: YES
user_id=44430

Implemented in latest CVS


Date: 2002-08-26 18:02
Sender: marcohuProject Admin

Logged In: YES
user_id=44430

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

Thanks.


Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2002-11-13 00:14 marcohu
close_date - 2002-11-13 00:14 marcohu
priority 5 2002-09-15 22:00 marcohu
assigned_to nobody 2002-08-29 14:54 marcohu