Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for UnnecessaryJavacSuppressWarnings (0.31 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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)
Back to Top