Compile Error. ---------- 1. ERROR in /home/stefan/.javax/1513268732629/main.java (at line 136) return ai_expandShortenedKeys_multi(cloneList(indexedTermsStartingWith(prefix))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from Collection to List ---------- 2. ERROR in /home/stefan/.javax/1513268732629/main.java (at line 367) if (!endsWith(sKey, "...")) return ll(sKey); ^^^^ sKey cannot be resolved to a variable ---------- 3. ERROR in /home/stefan/.javax/1513268732629/main.java (at line 367) if (!endsWith(sKey, "...")) return ll(sKey); ^^^^ sKey cannot be resolved to a variable ---------- 4. ERROR in /home/stefan/.javax/1513268732629/main.java (at line 368) for (TripleRef r : unnull(tripleIndex().getTripleRefs(sKey))) ^^^^ sKey cannot be resolved to a variable ---------- 4 problems (4 errors) java.lang.RuntimeException: java.lang.reflect.InvocationTargetException