If you have the following code...
class VariableDeclaredOnSameLineAsClass { int s;
public void v() { int s;
}
}
...the outline view is correct, but if you have something like...
class VariableDeclaredOnSameLineAsClass {int s;
public void v() {int s;
}
}
...with no spaces, the two 's' field and variable declarations do not show
up in the outline view.
Nobody/Anonymous
None
0.3
Public
|
Date: 2007-07-22 10:26
|
|
Date: 2007-07-21 23:31
|
|
Date: 2007-07-21 10:04
|
| Field | Old Value | Date | By |
|---|---|---|---|
| artifact_group_id | None | 2007-10-18 07:23 | bernhardbrem |
| close_date | - | 2007-07-22 10:26 | bernhardbrem |
| status_id | Open | 2007-07-22 10:26 | bernhardbrem |
| close_date | 2007-07-21 10:04 | 2007-07-21 23:31 | rcjsuen |
| status_id | Closed | 2007-07-21 23:31 | rcjsuen |
| status_id | Open | 2007-07-21 10:04 | rcjsuen |
| close_date | - | 2007-07-21 10:04 | rcjsuen |