Closed neilccbrown closed 1 year ago
This code should generate a warning message:
import java.util.ArrayList;
public class TestRaw
{ private ArrayList g = new ArrayList(); }
I believe this is set using the the bluej.defs option
bluej.compiler.unchecked=true
However this no longer seems to work. Also affects Version 5.
Issue metadata
This falls under #1077; we don't currently display any warnings in the Java editor. If we fix that issue, this one will also be resolved.
This code should generate a warning message:
import java.util.ArrayList;
public class TestRaw
{ private ArrayList g = new ArrayList(); }
I believe this is set using the the bluej.defs option
bluej.compiler.unchecked=true
However this no longer seems to work. Also affects Version 5.
Issue metadata