This project is archived. Its data is read-only.
[BLUEJ-1287] No warning on compiling unsafe collection code
This code should generate a warning message: import java.util.ArrayList; public class TestRaw { private ArrayList<String> 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** - Issue type: Bug - Priority: High
issue