> 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]
