Community
Participate
Working Groups
Either the quickfix should do something, or it shouldn't be offered. ----------------------- Bug.java ------------------------------- class Bug implements Runnable { public void run() throws ClassNotFoundException { Class.forName(null); } }
Created attachment 115735 [details] patch a really little patch. i tried to find out why the cu is set to the old cu as it doesn't make any sense. and all other testcases are still green
Released to HEAD.