- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for UnnecessaryJavacSuppressWarnings (0.29 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/primitives/BooleansTest.java
// The constructor is deprecated only in some versions of java.lang.Boolean. @SuppressWarnings({"deprecation", "UnnecessaryJavacSuppressWarnings"}) Boolean anotherTrue = new Boolean(true); // The constructor is deprecated only in some versions of java.lang.Boolean. @SuppressWarnings({"deprecation", "UnnecessaryJavacSuppressWarnings"}) Boolean anotherFalse = new Boolean(false); list.set(0, anotherTrue);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 01:43:32 GMT 2026 - 25.3K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/UnsignedBytes.java
@SuppressWarnings({ // b/345822163 "SunApi", "deprecation", // The `deprecation` suppression is for Unsafe APIs that aren't deprecated under some versions "UnnecessaryJavacSuppressWarnings" }) @VisibleForTesting enum UnsafeComparator implements LexicographicalComparator { INSTANCE;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 16:38:16 GMT 2026 - 21K bytes - Click Count (0)