Wrote /root/JavaX-Caches/tmp_1003468278/main.java - 171529 bytes (written=171529, should be 171529)
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/data_1002672.jar -d /root/JavaX-Caches/tmp_1495987571 /root/JavaX-Caches/tmp_1003468278/main.java 2>&1
[Compilation Error]Compiler errors. Medium transpile. Show Java sources. Show snippet. Edit.
/root/JavaX-Caches/tmp_1003468278/main.java:3180: error: reference to Queue is ambiguous
private Queue _outQueue = new Queue();
^
both class org.jibble.pircbot.Queue in org.jibble.pircbot and interface java.util.Queue in java.util match
/root/JavaX-Caches/tmp_1003468278/main.java:274: error: method sendRawLine in class OutputThread cannot be applied to given types;
OutputThread.sendRawLine(this, bwriter, "PASS " + password);
^
required: org.jibble.pircbot.PircBot,BufferedWriter,String
found: main.PircBot,BufferedWriter,String
reason: argument mismatch; main.PircBot cannot be converted to org.jibble.pircbot.PircBot
/root/JavaX-Caches/tmp_1003468278/main.java:277: error: method sendRawLine in class OutputThread cannot be applied to given types;
OutputThread.sendRawLine(this, bwriter, "NICK " + nick);
^
required: org.jibble.pircbot.PircBot,BufferedWriter,String
found: main.PircBot,BufferedWriter,String
reason: argument mismatch; main.PircBot cannot be converted to org.jibble.pircbot.PircBot
/root/JavaX-Caches/tmp_1003468278/main.java:278: error: method sendRawLine in class OutputThread cannot be applied to given types;
OutputThread.sendRawLine(this, bwriter, "USER " + this.getLogin() + " 8 * :" + this.getVersion());
^
required: org.jibble.pircbot.PircBot,BufferedWriter,String
found: main.PircBot,BufferedWriter,String
reason: argument mismatch; main.PircBot cannot be converted to org.jibble.pircbot.PircBot
/root/JavaX-Caches/tmp_1003468278/main.java:280: error: constructor InputThread in class InputThread cannot be applied to given types;
_inputThread = new InputThread(this, socket, breader, bwriter);
^
required: org.jibble.pircbot.PircBot,Socket,BufferedReader,BufferedWriter
found: main.PircBot,Socket,BufferedReader,BufferedWriter
reason: argument mismatch; main.PircBot cannot be converted to org.jibble.pircbot.PircBot
/root/JavaX-Caches/tmp_1003468278/main.java:302: error: method sendRawLine in class OutputThread cannot be applied to given types;
OutputThread.sendRawLine(this, bwriter, "NICK " + nick);
^
required: org.jibble.pircbot.PircBot,BufferedWriter,String
found: main.PircBot,BufferedWriter,String
reason: argument mismatch; main.PircBot cannot be converted to org.jibble.pircbot.PircBot
/root/JavaX-Caches/tmp_1003468278/main.java:421: error: constructor IdentServer in class IdentServer cannot be applied to given types;
new IdentServer(this, getLogin());
^
required: org.jibble.pircbot.PircBot,String
found: main.PircBot,String
reason: argument mismatch; main.PircBot cannot be converted to org.jibble.pircbot.PircBot
/root/JavaX-Caches/tmp_1003468278/main.java:499: error: sendRawLine(String) is not public in InputThread; cannot be accessed from outside package
_inputThread.sendRawLine(line);
^
/root/JavaX-Caches/tmp_1003468278/main.java:846: error: no suitable constructor found for DccFileTransfer(main.PircBot,DccManager,File,String,int)
DccFileTransfer transfer = new DccFileTransfer(this, _dccManager, file, nick, timeout);
^
constructor DccFileTransfer.DccFileTransfer(org.jibble.pircbot.PircBot,DccManager,String,String,String,String,String,long,int,long) is not applicable
(actual and formal argument lists differ in length)
constructor DccFileTransfer.DccFileTransfer(org.jibble.pircbot.PircBot,DccManager,File,String,int) is not applicable
(argument mismatch; main.PircBot cannot be converted to org.jibble.pircbot.PircBot)
/root/JavaX-Caches/tmp_1003468278/main.java:847: error: doSend(boolean) is not public in DccFileTransfer; cannot be accessed from outside package
transfer.doSend(true);
^
/root/JavaX-Caches/tmp_1003468278/main.java:932: error: no suitable constructor found for DccChat(main.PircBot,String,Socket)
chat = new DccChat(this, nick, socket);
^
constructor DccChat.DccChat(org.jibble.pircbot.PircBot,String,String,String,long,int) is not applicable
(actual and formal argument lists differ in length)
constructor DccChat.DccChat(org.jibble.pircbot.PircBot,String,Socket) is not applicable
(argument mismatch; main.PircBot cannot be converted to org.jibble.pircbot.PircBot)
/root/JavaX-Caches/tmp_1003468278/main.java:1088: error: processRequest(String,String,String,String) is not public in DccManager; cannot be accessed from outside package
boolean success = _dccManager.processRequest(sourceNick, sourceLogin, sourceHostname, request);
^
/root/JavaX-Caches/tmp_1003468278/main.java:1110: error: User(String,String) is not public in User; cannot be accessed from outside package
this.addUser(channel, new User("", sourceNick));
^
/root/JavaX-Caches/tmp_1003468278/main.java:1296: error: User(String,String) is not public in User; cannot be accessed from outside package
this.addUser(channel, new User(prefix, nick));
^
/root/JavaX-Caches/tmp_1003468278/main.java:2579: error: isConnected() is not public in InputThread; cannot be accessed from outside package
return _inputThread != null && _inputThread.isConnected();
^
/root/JavaX-Caches/tmp_1003468278/main.java:3047: error: User(String,String) is not public in User; cannot be accessed from outside package
User user = new User("", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3082: error: User(String,String) is not public in User; cannot be accessed from outside package
user = new User(user.getPrefix(), newNick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3123: error: User(String,String) is not public in User; cannot be accessed from outside package
newUser = new User("@+", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3126: error: User(String,String) is not public in User; cannot be accessed from outside package
newUser = new User("@", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3131: error: User(String,String) is not public in User; cannot be accessed from outside package
newUser = new User("+", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3134: error: User(String,String) is not public in User; cannot be accessed from outside package
newUser = new User("", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3139: error: User(String,String) is not public in User; cannot be accessed from outside package
newUser = new User("@+", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3142: error: User(String,String) is not public in User; cannot be accessed from outside package
newUser = new User("+", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3147: error: User(String,String) is not public in User; cannot be accessed from outside package
newUser = new User("@", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3150: error: User(String,String) is not public in User; cannot be accessed from outside package
newUser = new User("", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3161: error: User(String,String) is not public in User; cannot be accessed from outside package
newUser = new User("", nick);
^
/root/JavaX-Caches/tmp_1003468278/main.java:3180: error: reference to Queue is ambiguous
private Queue _outQueue = new Queue();
^
both class org.jibble.pircbot.Queue in org.jibble.pircbot and interface java.util.Queue in java.util match
/root/JavaX-Caches/tmp_1003468278/main.java:3192: error: constructor DccManager in class DccManager cannot be applied to given types;
private DccManager _dccManager = new DccManager(this);
^
required: org.jibble.pircbot.PircBot
found: main.PircBot
reason: argument mismatch; main.PircBot cannot be converted to org.jibble.pircbot.PircBot
28 errors