Trevor Robinson

Show:

What's happening?

  • Comment: Check suppression with @SuppressWarnings

    Any thoughts on the updated patch?.

    2009-01-13 21:48:10 UTC in checkstyle

  • Comment: Check suppression with @SuppressWarnings

    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

  • Comment: Check suppression with @SuppressWarnings

    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

  • Check suppression with @SuppressWarnings

    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

  • juno-xlat

    trevor_robinson registered the Juno Translator project.

    2005-08-31 22:18:41 UTC in Juno Translator

  • jove

    trevor_robinson registered the Jove project.

    2005-08-31 21:56:14 UTC in Jove

About Me

  • 2005-08-31 (4 years ago)
  • 1338181
  • trevor_robinson (My Site)
  • Trevor Robinson

  • Microsoft Access xBase MySQL Oracle PostgreSQL (pgsql) Linux Sun Solaris (SunOS) Microsoft Windows 2000 Microsoft MS-DOS Microsoft Windows 95 Assembly C C++ Delphi/Kylix Java Object Pascal Perl PL/SQL Unix Shell Software Development Build Tools Compilers Object Oriented Java Swing Web-based

Send me a message