The following code
using java.lang;
using java.util;
package test {
public class Main {
[SuppressWarnings({"unchecked"})]
public List testWithoutWarnings(){
return new ArrayList<String>();
}
}
}
does not suppress the specified warnings.
Original issue reported on code.google.com by ice.ta...@gmail.com on 8 Mar 2011 at 12:00
Original issue reported on code.google.com by
ice.ta...@gmail.com
on 8 Mar 2011 at 12:00