Share

Jalopy Java Source Code Formatter

Tracker: Bugs

1 Unexpected removal of comments - ID: 603914
Last Update: Settings changed ( marcohu )

Jalopy (netbeans) version 0.3.1

public void standardDelete(Criterion[] crit) // criteria
(logical and)
throws SQLException
// deletion of records from this table is forbidden
{ throw new SQLException("Deletion not allowed from
person table");
}

Given the above code beofre commenting
After formatting

public void standardDelete(Criterion[] crit) // criteria
(logical and)
throws SQLException
{
throw new SQLException("Deletion not allowed
from person table");
}
The second comment has been removed
i.e. the line
// deletion of records from this table is forbidden
All comment lines at this position in a method seem to
get removed regardless of settings.
Ray Powell


Ray Powell ( eclrgp ) - 2002-09-03 09:59

1

Closed

Fixed

Marco Hunsicker

None

None

Public


Comment ( 1 )

Date: 2002-09-03 18:43
Sender: marcohuProject Admin

Logged In: YES
user_id=44430

Should be fixed with the next version.

Thanks.


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-09-13 18:20 marcohu
assigned_to nobody 2002-09-03 18:43 marcohu