Skip to content

Commit 4e61b31

Browse files
Excavator: Upgrades suppressible-error-prone to the latest version (#896)
1 parent ee213bf commit 4e61b31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assertj-error-prone/src/main/java/com/palantir/assertj/errorprone/PreferAssertj.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,7 @@ private static boolean isFloatingPointArrayEqualsWithZeroDelta(
10831083
if (!ASSERT_ARRAY_EQUALS_CATCHALL.matches(tree, state)) {
10841084
return false;
10851085
}
1086+
@SuppressWarnings("for-rollout:MemoizeConstantVisitorStateLookups")
10861087
Type floatType = state.getTypeFromString("float");
10871088
Type doubleType = state.getTypeFromString("double");
10881089
return (ASTHelpers.isSameType(getParameterType(tree, deltaParameterIndex), floatType, state)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
classpath 'com.palantir.baseline:gradle-baseline-java:6.66.0'
1616
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:3.2.0'
1717
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.81.0'
18-
classpath 'com.palantir.suppressible-error-prone:gradle-suppressible-error-prone:2.23.0'
18+
classpath 'com.palantir.suppressible-error-prone:gradle-suppressible-error-prone:2.24.0'
1919
}
2020
}
2121

0 commit comments

Comments
 (0)