I had a comment that looked like the following:
if (/* foo instanceof Bar */
foo.class.getName().equals("com.mycompany.Bar")) {
// do something
}
After formatting, the comment inside the "if" was gone:
if (foo.class.getName().equals("com.mycompany.Bar")) {
// do something
}
Not sure where you would put such a comment after
formatting (if you had to move it), but surely it
shouldn't just disappear without a warning? Maybe
insert the comment before the "if" statement? Ideally,
of course, it should just leave it where it is, if
that's possible..
Marco Hunsicker
None
None
Public
|
Date: 2002-08-29 14:32 Logged In: YES |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use