Wrote /root/JavaX-Caches/tmp_2014866730/main.java - 3923 bytes (written=3923, should be 3923) javac=0, ecj=1, useJarBot=0 Checking ECJ at port 4898 at 127.0.0.1 /root/jdk-17/bin/javac -source 11 -target 11 -nowarn -encoding utf8 -Xdiags:verbose -cp /root/.javax/x30.jar:/root/dexcompiler/android.jar:/root/dexcompiler/support-v4-22.2.1.jar:/root/javafx/javafx.base.jar:/root/javafx/javafx.graphics.jar:/root/javafx/javafx.swing.jar -d /root/JavaX-Caches/tmp_1278484202 /root/JavaX-Caches/tmp_2014866730/main.java 2>&1
[Compilation Error]

Compiler errors. Medium transpile. Show Java sources. Show snippet. Edit.

/root/JavaX-Caches/tmp_2014866730/main.java:4: error: modifier static not allowed here static class Trie<T> { ^ /root/JavaX-Caches/tmp_2014866730/main.java:93: error: cannot find symbol final List<Builder<A>> children = new ArrayList<Builder<A>>(); ^ symbol: class List location: class Builder<A> where A is a type-variable: A extends Object declared in class Builder /root/JavaX-Caches/tmp_2014866730/main.java:9: error: cannot find symbol private Trie(char start, Trie<T>[] arr, @Nullable T value) { ^ symbol: class Nullable location: class Trie<T> where T is a type-variable: T extends Object declared in class Trie /root/JavaX-Caches/tmp_2014866730/main.java:15: error: cannot find symbol @Nullable Trie<T> get(char ch) { ^ symbol: class Nullable location: class Trie<T> where T is a type-variable: T extends Object declared in class Trie /root/JavaX-Caches/tmp_2014866730/main.java:20: error: cannot find symbol @Nullable Trie<T> getIgnoreCase(char ch) { ^ symbol: class Nullable location: class Trie<T> where T is a type-variable: T extends Object declared in class Trie /root/JavaX-Caches/tmp_2014866730/main.java:28: error: cannot find symbol @Nullable T get(String s, int off, int end) { ^ symbol: class Nullable location: class Trie<T> where T is a type-variable: T extends Object declared in class Trie /root/JavaX-Caches/tmp_2014866730/main.java:37: error: cannot find symbol @Nullable T get(char[] s, int off, int end) { ^ symbol: class Nullable location: class Trie<T> where T is a type-variable: T extends Object declared in class Trie /root/JavaX-Caches/tmp_2014866730/main.java:50: error: cannot find symbol @Nullable T getIgnoreCase(String s, int off, int end) { ^ symbol: class Nullable location: class Trie<T> where T is a type-variable: T extends Object declared in class Trie /root/JavaX-Caches/tmp_2014866730/main.java:59: error: cannot find symbol @Nullable T getIgnoreCase(char[] s, int off, int end) { ^ symbol: class Nullable location: class Trie<T> where T is a type-variable: T extends Object declared in class Trie /root/JavaX-Caches/tmp_2014866730/main.java:95: error: cannot find symbol Builder(@Nullable A value, char ch) { ^ symbol: class Nullable location: class Builder<A> where A is a type-variable: A extends Object declared in class Builder /root/JavaX-Caches/tmp_2014866730/main.java:100: error: cannot find symbol Builder<A> put(String s, @Nullable A newValue) { ^ symbol: class Nullable location: class Builder<A> where A is a type-variable: A extends Object declared in class Builder /root/JavaX-Caches/tmp_2014866730/main.java:105: error: cannot find symbol static <A> void put(Builder<A> b, String s, @Nullable A newValue) { ^ symbol: class Nullable location: class Builder<A> where A is a type-variable: A extends Object declared in class Builder /root/JavaX-Caches/tmp_2014866730/main.java:21: error: cannot find symbol int i = lower(ch) - start; ^ symbol: method lower(char) location: class Trie<T> where T is a type-variable: T extends Object declared in class Trie /root/JavaX-Caches/tmp_2014866730/main.java:93: error: cannot find symbol final List<Builder<A>> children = new ArrayList<Builder<A>>(); ^ symbol: class ArrayList location: class Builder<A> where A is a type-variable: A extends Object declared in class Builder /root/JavaX-Caches/tmp_2014866730/main.java:132: error: cannot find symbol Collections.sort(children, new Comparator<Builder<?>>() { ^ symbol: class Comparator location: class Builder<A> where A is a type-variable: A extends Object declared in class Builder /root/JavaX-Caches/tmp_2014866730/main.java:132: error: cannot find symbol Collections.sort(children, new Comparator<Builder<?>>() { ^ symbol: variable Collections location: class Builder<A> where A is a type-variable: A extends Object declared in class Builder 16 errors