Checkstyle + pmd

This commit is contained in:
Clément Fournier committed 2021-05-07 23:18:26 +02:00
1 parent 371f83f3aa
commit b594bb23fe
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: