Share

Jalopy Java Source Code Formatter

Tracker: Feature Requests

1 Import Statements - ID: 562475
Last Update: Settings changed ( marcohu )

One feature I would like to see is when formatting import
statements the ability to have NO space in between sections. This
is how we format on my project as a requirement from the
client.

So Instead of:

import
java.io.IOException;
import
java.util.ArrayList;

import
javax.servlet.ServletException;
import
javax.servlet.http.HttpServletRequest;
import
javax.servlet.http.HttpServletResponse;

import
org.apache.log4j.Category;

It would be:

import
java.io.IOException;
import java.util.ArrayList;
import
javax.servlet.ServletException;
import
javax.servlet.http.HttpServletRequest;
import
javax.servlet.http.HttpServletResponse;
import
org.apache.log4j.Category;


Melloware ( elefkof ) - 2002-05-30 17:18

1

Closed

None

Marco Hunsicker

None

None

Public


Comment ( 1 )

Date: 2002-06-02 20:22
Sender: marcohuProject Admin

Logged In: YES
user_id=44430

Specifying a default grouping depth of "0" will to the trick
with
the next beta.

Thanks for the request.
M.H


Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2002-08-06 18:31 marcohu
close_date - 2002-08-06 18:31 marcohu
priority 5 2002-08-06 18:31 marcohu
assigned_to nobody 2002-06-02 20:22 marcohu