Wrote /root/JavaX-Caches/tmp_1926760497/main.java - 824480 bytes (written=824480, should be 824480) javac=0, ecj=1, useJarBot=0 Checking ECJ at port 4898 at 127.0.0.1 /root/jdk-17/bin/javac -source 1.8 -target 1.8 -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:/root/.tinybrain/snippet-cache/1002510.jar:/root/.tinybrain/snippet-cache/1400179.jar -d /root/JavaX-Caches/tmp_2107745265 /root/JavaX-Caches/tmp_1926760497/main.java 2>&1
[Compilation Error]

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

/root/JavaX-Caches/tmp_1926760497/main.java:117: error: incompatible types: AbstractThoughtSpace cannot be converted to ThoughtSpace ThoughtSpace ts = thoughtSpace(); ^ /root/JavaX-Caches/tmp_1926760497/main.java:131: error: incompatible types: AbstractThoughtSpace cannot be converted to ThoughtSpace ThoughtSpace ts = thoughtSpace(); ^ /root/JavaX-Caches/tmp_1926760497/main.java:144: error: incompatible types: AbstractThoughtSpace cannot be converted to ThoughtSpace ThoughtSpace ts = thoughtSpace(); ^ /root/JavaX-Caches/tmp_1926760497/main.java:447: error: incompatible types: AbstractThoughtSpace cannot be converted to ThoughtSpace ThoughtSpace ts = thoughtSpace(); ^ /root/JavaX-Caches/tmp_1926760497/main.java:698: error: incompatible types: AbstractThoughtSpace cannot be converted to ThoughtSpace ThoughtSpace ts = thoughtSpace(); ^ /root/JavaX-Caches/tmp_1926760497/main.java:945: error: no suitable method found for thoughtSpace(ThoughtSpace) thoughtSpace(getThoughtSpace(l.raw(0))); ^ method main.thoughtSpace() is not applicable (actual and formal argument lists differ in length) method main.<A>thoughtSpace(A) is not applicable (inference variable A has incompatible bounds lower bounds: AbstractThoughtSpace lower bounds: ThoughtSpace) where A is a type-variable: A extends AbstractThoughtSpace declared in method <A>thoughtSpace(A) /root/JavaX-Caches/tmp_1926760497/main.java:1635: error: cannot find symbol if (o << Lisp) { ^ symbol: variable Lisp location: class main /root/JavaX-Caches/tmp_1926760497/main.java:1988: error: incompatible types: inference variable B has incompatible equality constraints Statement,Object return map(new F1<String, Object>() { Object get(String s) { try { ^ where B,A are type-variables: B extends Object declared in method <A,B>map(F1<A,B>,Iterable<A>) A extends Object declared in method <A,B>map(F1<A,B>,Iterable<A>) /root/JavaX-Caches/tmp_1926760497/main.java:3536: error: cannot find symbol if (o << _SetField) { ((_SetField) o)._setField(field, value); return; } ^ symbol: variable _SetField location: class main /root/JavaX-Caches/tmp_1926760497/main.java:3757: error: incompatible types: AbstractThoughtSpace cannot be converted to ThoughtSpace ThoughtSpace ts = thoughtSpace(); ^ /root/JavaX-Caches/tmp_1926760497/main.java:11177: error: cannot find symbol Boolean prev = setThreadLocal(ai_postTriple_verified, verified); ^ symbol: variable ai_postTriple_verified location: class GlobalThoughtSpace /root/JavaX-Caches/tmp_1926760497/main.java:11181: error: cannot find symbol setThreadLocal(ai_postTriple_verified, prev); ^ symbol: variable ai_postTriple_verified location: class GlobalThoughtSpace /root/JavaX-Caches/tmp_1926760497/main.java:11814: error: no suitable constructor found for PNGFile(BufferedImage) PNGFile(RGBImage img) { this(img.getBufferedImage()); } ^ constructor PNGFile.PNGFile() is not applicable (actual and formal argument lists differ in length) constructor PNGFile.PNGFile(String) is not applicable (argument mismatch; BufferedImage cannot be converted to String) constructor PNGFile.PNGFile(RGBImage) is not applicable (argument mismatch; BufferedImage cannot be converted to RGBImage) /root/JavaX-Caches/tmp_1926760497/main.java:20190: error: cannot find symbol if (l << Arrow) ^ symbol: variable Arrow location: class CirclesAndLines /root/JavaX-Caches/tmp_1926760497/main.java:22746: error: method getText in class main cannot be applied to given types; return trim(getText(c)); ^ required: no arguments found: JTextComponent reason: actual and formal argument lists differ in length /root/JavaX-Caches/tmp_1926760497/main.java:22751: error: method getText in class main cannot be applied to given types; return trim(getText(cb)); ^ required: no arguments found: JComboBox reason: actual and formal argument lists differ in length /root/JavaX-Caches/tmp_1926760497/main.java:22844: error: method setText in class main cannot be applied to given types; return setText(autoComboBox(items), value); ^ required: no arguments found: AutoComboBox,String reason: actual and formal argument lists differ in length /root/JavaX-Caches/tmp_1926760497/main.java:23612: error: method setText in class main cannot be applied to given types; setText(mi, s); ^ required: no arguments found: JMenuItem,String reason: actual and formal argument lists differ in length /root/JavaX-Caches/tmp_1926760497/main.java:25516: error: method setText in class main cannot be applied to given types; setText(ta, text); ^ required: no arguments found: JTextArea,String reason: actual and formal argument lists differ in length /root/JavaX-Caches/tmp_1926760497/main.java:25551: error: method getText in class main cannot be applied to given types; return l(getText(ta)); ^ required: no arguments found: JTextComponent reason: actual and formal argument lists differ in length 20 errors