Badge images report the certificate status at the moment they are fetched
BackProbeIntegrity Authority
dev/mishka/gamblerplus/client/TrackerScreen$1.class 1.0 KB
Class
synchronized synthetic dev.mishka.gamblerplus.client.TrackerScreen$1
Extends
java.lang.Object
Implements
nothing
Compiled for
Java 21

Reconstructed source

// Reconstructed from bytecode by BackProbe (dev/mishka/gamblerplus/client/TrackerScreen$1.class, Java 21); this is not the original source.

package dev.mishka.gamblerplus.client;

class TrackerScreen$1 {

    static final int[] $SwitchMap$dev$mishka$gamblerplus$client$Config$HudAnchor;

    static {
        TrackerScreen$1.$SwitchMap$dev$mishka$gamblerplus$client$Config$HudAnchor = new int[Config.HudAnchor.values().length];
        TrackerScreen$1.$SwitchMap$dev$mishka$gamblerplus$client$Config$HudAnchor[Config.HudAnchor.TOP_LEFT.ordinal()] = 1;
        goto L24;
        var var0 = caughtException;
    L24:
        TrackerScreen$1.$SwitchMap$dev$mishka$gamblerplus$client$Config$HudAnchor[Config.HudAnchor.TOP_CENTER.ordinal()] = 2;
        goto L39;
        var0 = caughtException;
    L39:
        TrackerScreen$1.$SwitchMap$dev$mishka$gamblerplus$client$Config$HudAnchor[Config.HudAnchor.TOP_RIGHT.ordinal()] = 3;
        goto L54;
        var0 = caughtException;
    L54:
        return;
    }
}

Methods declared

static void <clinit>()

Fields

static final synthetic int[] $SwitchMap$dev$mishka$gamblerplus$client$Config$HudAnchor

Calls out to

dev.mishka.gamblerplus.client.Config$HudAnchor dev.mishka.gamblerplus.client.Config$HudAnchor.TOP_CENTER
dev.mishka.gamblerplus.client.Config$HudAnchor dev.mishka.gamblerplus.client.Config$HudAnchor.TOP_LEFT
dev.mishka.gamblerplus.client.Config$HudAnchor dev.mishka.gamblerplus.client.Config$HudAnchor.TOP_RIGHT
dev.mishka.gamblerplus.client.Config$HudAnchor.ordinal() : int
dev.mishka.gamblerplus.client.Config$HudAnchor.values() : dev.mishka.gamblerplus.client.Config$HudAnchor[]
int[] dev.mishka.gamblerplus.client.TrackerScreen$1.$SwitchMap$dev$mishka$gamblerplus$client$Config$HudAnchor

Text compiled into the class

No string literals.