...
This noncompliant code example also violates EXP00-J. Do not ignore values returned by methods because the remove()
method returns a boolean
Boolean value indicating its success.
...
...
This noncompliant code example also violates EXP00-J. Do not ignore values returned by methods because the remove()
method returns a boolean
Boolean value indicating its success.
...