Community
Participate
Eclipse IDE
public class A { A() { java.util.List list= new java.util.ArrayList(); list.add(1); } }
Created attachment 26370 [details] Fix
Created attachment 26371 [details] Tests
Dirk, could you please approve for 3.1.1? The current code just skips types that are not simple names. The change only affects the rewriting phase and is low risk.
Approved for 3.1.1.
Tobias, can you please review the patch as well?
Approved for 3.1.1
Released patches to 3.1.1 and HEAD.
Start verifing...
Verified on M20050831-1200. Verified that fully qualified names and simple names and combinations of them still work.