Share

Emonic

Tracker: Feature Requests

5 Declaration that follows a closing brace does not show - ID: 1757977
Last Update: Settings changed ( bernhardbrem )

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.


Remy Chi Jian Suen ( rcjsuen ) - 2007-07-21 10:02

5

Closed

None

Nobody/Anonymous

None

0.3

Public


Comments ( 3 )

Date: 2007-07-22 10:26
Sender: bernhardbremProject Admin


fixed in repository


Date: 2007-07-21 23:31
Sender: rcjsuen


Seems like I closed this by mistake somehow.


Date: 2007-07-21 10:04
Sender: rcjsuen


Whoops, this should be a bug, not a feature request.
http://sourceforge.net/tracker/index.php?func=detail&aid=1757979&group_id=158390&atid=807641


Attached File

No Files Currently Attached

Changes ( 7 )

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