Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B bjgf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 127
    • Issues 127
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • BlueJ
  • bjgf
  • Issues
  • #1261
Closed
Open
Issue created Oct 25, 2019 by Neil Brown@nccbMaintainer

[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 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
Assignee
Assign to
Time tracking