Checkstyle + pmd
This commit is contained in:
2 files changed
+18
-16
No files matched your search
@@ -550,8 +550,7 @@ final class PolyResolution {
|
||||
case OR:
|
||||
case XOR:
|
||||
case AND:
|
||||
return ctxType == ts.BOOLEAN ? booleanCtx
|
||||
: newNumericContext(ctxType); // NOPMD CompareObjectsWithEquals
|
||||
return ctxType == ts.BOOLEAN ? booleanCtx : newNumericContext(ctxType); // NOPMD CompareObjectsWithEquals
|
||||
case LEFT_SHIFT:
|
||||
case RIGHT_SHIFT:
|
||||
case UNSIGNED_RIGHT_SHIFT:
|
||||
|
||||
Reference in new issue
Block a user