Suggest entrySet
after .get
has been used more than X
times
#634
Labels
entrySet
after .get
has been used more than X
times
#634
Summary
At the moment it annotates way too much code, often harmless ones where
map.get(key)
is maybe used two times. Therefore it would make sense to only lint code snippets that use the key to get the value more thanX
times.Lint Name
No response
Reproducer
<code>
The text was updated successfully, but these errors were encountered: