-
Notifications
You must be signed in to change notification settings - Fork 0
EqualsAvoidsNull #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
is this something that would help to improve alignment of certain (anti-)patterns? |
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/performance/stringtostring/User.java
Show resolved
Hide resolved
|
|
||
| package net.sourceforge.pmd.lang.typescript.ast; | ||
|
|
||
| import org.antlr.v4.runtime.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this wildcard it nice to see gone, is the unused import now resolving these, or what recipe did it?
# Conflicts: # pom.xml
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/symbols/internal/TypeAnnotTestUtil.java
Show resolved
Hide resolved
|
|
||
| package net.sourceforge.pmd.lang.java.ast; | ||
|
|
||
| import net.sourceforge.pmd.lang.ast.Node; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
item making usefull but unknown changes: |
|
again strange changes on CI only: |
|
@Pankraz76 This rule already exists: https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#literalsfirstincomparisons |
|
yes im sorry, thanks for checkup. |
Describe the PR
Related issues
Ready?
./mvnw clean verifypasses (checked automatically by github actions)