-
Any thoughts on the updated patch?.
2009-01-13 21:48:10 UTC in checkstyle
-
I've updated the patch file to automatically generate suppression names for Check classes: "com.foo.SuperCheck" -> @SuppressWarnings("super"). The alias hash table is now only used to override the default name. I've also added the ability to set aliases via the configuration properties: . Also...
2008-12-10 19:09:24 UTC in checkstyle
-
I understand that suppressions are a controversial issue. We've recently been having a very long, active email thread about whether to use them at my company. While clearly they can be misused to subvert what Checkstyle is trying to help accomplish (consistent, readable, correct code), they are useful when a check is for a guideline that has rare but reasonable exceptions, such as "almost never...
2008-11-29 06:36:05 UTC in checkstyle
-
Checkstyle warning suppression "the Java 5 way". :-)
Some examples from the unit test:
@SuppressWarnings("parameternumber")
public void needsLotsOfParameters(int a, int b, int c, int d, int e, int f,
int g, int h)
{
}
@SuppressWarnings("illegalcatch")
public void needsToCatchException()
{
try {
} catch (Exception ex) {.
2008-11-28 20:26:35 UTC in checkstyle
-
trevor_robinson registered the Juno Translator project.
2005-08-31 22:18:41 UTC in Juno Translator
-
trevor_robinson registered the Jove project.
2005-08-31 21:56:14 UTC in Jove