class Bad{ public void runInThread(){ Thread thread = new Thread(); thread.start(); } }