List<Integer> list = getListOfElements(); list.remove("");- the call to remove() への呼び出しが強調表示されます。
The option 'Report suspicious but possibly correct method calls' makes it possible to ignore
potentially correct code, like this:
Number number = new Integer(0); list.remove(number));