We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6489f3 commit 0309d29Copy full SHA for 0309d29
1 file changed
guava/src/com/google/common/primitives/UnsignedLongs.java
@@ -410,6 +410,7 @@ public static void sortDescending(@Unsigned long[] array, @IndexOrHigh("#1") int
410
* We move the static constants into this class so ProGuard can inline UnsignedLongs entirely
411
* unless the user is actually calling a parse method.
412
*/
413
+ @SuppressWarnings("value:unary.increment") // static initializer for loop
414
private static final class ParseOverflowDetection {
415
private ParseOverflowDetection() {}
416
0 commit comments