Share

Jalopy Java Source Code Formatter

Tracker: Bugs

1 Dropped comments - ID: 595164
Last Update: Settings changed ( marcohu )

With generate javadoc comments enabled, I've noticed
that the tool will actually completely drop existing
variable/method/class-level comments if they aren't in
javadoc style.


example:


// This method doesn't work yet
public void myMethod() {
}


becomes


/**
* DOCUMENT ME!
*/
public void myMethod() {
}


My ideal would be to automatically convert the comment
to javadoc style. Barring that, I'd like for it to not just
throw it away.


John Zukowski ( jzukowski ) - 2002-08-14 18:00

1

Closed

Fixed

Marco Hunsicker

None

None

Public


Comment ( 1 )

Date: 2002-08-18 22:37
Sender: marcohuProject Admin

Logged In: YES
user_id=44430

Ok, now I got it. Happens with all Jalopy versions. Will be
fixed with the next beta.


Attached File

No Files Currently Attached

Changes ( 5 )

Field Old Value Date By
status_id Open 2002-11-13 00:02 marcohu
close_date - 2002-11-13 00:02 marcohu
resolution_id None 2002-09-15 21:56 marcohu
priority 5 2002-08-18 22:37 marcohu
assigned_to nobody 2002-08-18 22:37 marcohu