STR-299: asfix-anno-comments: support comments as annotations of lists
class Foo {
void foo() {
try {
} catch(Exception exc)
{
// voodooo
}
}
}The // voodoo comment should be attached to the lists of statements of the block, which is an empty list. Comments are only annotated to constructor applications, so this comment is dropped.
Submitted on 18 May 2005 at 15:02
Issue Log
On 30 October 2005 at 12:05 Jira commented:
STR-299, visser:
Please clarify the issue
On 9 January 2013 at 16:57 Eelco Visser removed tag 0.19
On 9 January 2013 at 16:57 Eelco Visser tagged 0.19M1
On 9 January 2013 at 16:57 Eelco Visser removed tag 0.19M1
On 9 January 2013 at 16:57 Eelco Visser tagged interesting
Log in to post comments