User Activity

  • Posted a comment on discussion Developers on PMD

    When developers implement if-then-else statements with a leading '!' (negation) in the conditional it renders them harder to read and comprehend: Poor implementation: if (!x.isClosed()) { doThis() } else { doThat() } Better implementation by removing negation and flipping the statements: if (x.isClosed()) { doThat() } else { doThis() } I would like to see a rule that detects leading a '!' in the condition and whether it could be removed if an else clause exists by swapping. Its applicable to a number...

  • Posted a comment on discussion Developers on PMD

    Hi Steve, The current Eclipse plugin does something similar to what you're describing....

  • Posted a comment on discussion Help on PMD

    Just played with it, there are some UI bugs in that view but the searches should...

  • Posted a comment on discussion Help on PMD

    If you use PMD in Eclipse, there is a relatively new XPath Designer view in it that...

  • Posted a comment on discussion Developers on PMD

    I would suggest writing up some documentation on how it works and how users can enable...

  • Posted a comment on discussion Developers on PMD

    Well, regardless of where you new rule resides, it seems that something in your system...

  • Posted a comment on discussion Developers on PMD

    Paths to rules now have to include the target language to be valid in PMD 5.xx onward....

  • Posted a comment on discussion Open Discussion on PMD

    It just pertains to the local file. I think it would be a challenge to make the right...

View All

Personal Data

Username:
hooperbloob
Joined:
2005-06-09 04:08:41

Projects

This is a list of open source software projects that Brian R is associated with:

  • Jipsi   Last Updated:
  • Project Logo PMD A source code analyzer Last Updated:

Personal Tools

MongoDB Logo MongoDB