This means that mn.SuperSittingDuck should also be removed. He throws an exception, just like cli.PerfectLoser.
package mn; import robocode.Robot; public class SuperSittingDuck extends Robot { public void run() { throw new RuntimeException(); } }