I think that we originally agreed to follow the java code guidelines from Sun but seem to have adopted a lot more just because it came with checkstyle.
On the whole it's been beneficial but there's no reason why we can't review individual items. I'd say relax the TODO checks also. Bob 2008/4/29 Tom Morris <[EMAIL PROTECTED]>: > > Is it OK if we relax the empty block style check, to allow a block with > > comments? > > I'd support that. > > I also recently made a change to attempt to get Checkstyle to stop > complaining about Java 5 generic notation. > > In general, if we want people to pay any attention to Checkstyle, we > need to make it less noisy so developers stop ignoring it. For > example, I just did a massive global search and replace on eUML to > change Eclipse's default generated code containing "TODO ", which > Checkstyle complains about, to "TODO: ". Do we really care so much > about the colon character? > > Tom > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
