View by Classes

Findings - Overview

code-style UnnecessaryParentheses (PMD)

This statement may have some unnecessary parentheses

Further info on the wiki.
Sometimes expressions are wrapped in unnecessary parentheses, making them look like a function call.
  public class Foo {
      boolean bar() {
          return (true);
      }
  }
      

Additional info can be found at this http://pmd.sourceforge.net/rules/controversial.html#UnnecessaryParentheses site.

2org.jcoderz.commons.util.Base64Util
 [270:19],  [270:47]
1org.jcoderz.commons.util.IoUtilTest
 [216:76]
1org.jcoderz.commons.taskdefs.XsltBasedTask
 [268:49]
1org.jcoderz.commons.connector.http.transport.HttpClientConnectionImpl
 [381:20]