Given the following source with 1.5b3:
public final class HttpRequest
{
public enum Method
{
/** Data is encoded in the query. */
GET,
/** Data is encoded in the body. */
POST
}
}
and the command line:
jalopy.sh -d _new JalopyTest.java
I get back (also attached):
public final class HttpRequest {
public enum Method {/** Data is encoded in the
query. */
GET,
/** Data is encoded in the body. */
POST;
}
}
Note that there is now a trailing space after "GET," and
that the GET comment has been glued to the previous
line's {.
S
Core
1.5b5
Public
|
Date: 2005-11-28 18:49 Logged In: YES |
|
Date: 2005-11-21 23:37 Logged In: YES |
|
Date: 2005-11-21 19:24 Logged In: YES |
|
Date: 2005-11-19 08:18 Logged In: YES |
|
Date: 2005-11-14 19:15 Logged In: YES |
|
Date: 2005-11-07 23:43 Logged In: YES |
|
Date: 2005-11-07 19:01 Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| JalopyTest.java | Download | |
| JalopyTest.java | Processed source file | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| close_date | 2005-11-28 18:49 | 2005-12-19 20:45 | notzippy |
| status_id | Pending | 2005-12-19 20:45 | notzippy |
| status_id | Open | 2005-11-28 18:49 | notzippy |
| close_date | - | 2005-11-28 18:49 | notzippy |
| resolution_id | None | 2005-11-28 18:49 | notzippy |
| status_id | Closed | 2005-11-19 08:18 | zellster |
| resolution_id | Fixed | 2005-11-19 08:18 | zellster |
| artifact_group_id | 1.5rc1 | 2005-11-19 08:18 | zellster |
| close_date | 2005-11-14 19:15 | 2005-11-19 08:18 | zellster |
| File Added | 156849: JalopyTest.java | 2005-11-19 08:18 | zellster |
| close_date | - | 2005-11-14 19:15 | notzippy |
| status_id | Open | 2005-11-14 19:15 | notzippy |
| close_date | 2005-11-07 19:01 | 2005-11-07 23:43 | zellster |
| status_id | Pending | 2005-11-07 23:43 | zellster |
| assigned_to | nobody | 2005-11-07 19:08 | notzippy |
| close_date | - | 2005-11-07 19:01 | notzippy |
| resolution_id | None | 2005-11-07 19:01 | notzippy |
| status_id | Open | 2005-11-07 19:01 | notzippy |
| File Added | 153918: JalopyTest.java | 2005-10-26 23:43 | zellster |