Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnnecessaryJavacSuppressWarnings (0.8 sec)

  1. 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);
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 22:56:33 UTC 2025
    - 25.2K bytes
    - Viewed (0)
Back to top