- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for UnnecessaryJavacSuppressWarnings (0.12 seconds)
-
android/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 Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 22:56:33 GMT 2025 - 25.2K bytes - Click Count (0)