-
Type:
False Negative
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.10
-
Component/s: Rules, Symbolic Execution
-
Labels:None
void abc(Map<String, Object> map, String key) { if (!map.containsKey(key)) { // FN here map.put(key, new Object()); } }
- relates to
-
RSPEC-3824 "Map.get" and value test should be replaced with single method call
- Active
- links to