
org.sonar.l10n.pmd.rules.pmd.UnnecessaryParentheses.html Maven / Gradle / Ivy
Sometimes expressions are wrapped in unnecessary parentheses, making them look like a function call. Example :
public class Foo {
boolean bar() {
return (true);
}
}
This rule is deprecated, use {rule:squid:UselessParenthesesCheck} instead.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy