Code quality: HashMap / HashSet

This commit is contained in:
Benoit Marty
2019-07-09 15:40:49 +02:00
parent ac5b0af63e
commit d92c090c30
3 changed files with 6 additions and 7 deletions

View File

@ -50,7 +50,7 @@ succes[^s]
### Use int instead of Integer
protected Integer
### Use the interface declaration. Example: use type "Map" instead of type "HashMap" to declare variable or parameter
### Use the interface declaration. Example: use type "Map" instead of type "HashMap" to declare variable or parameter. For Kotlin, use mapOf, setOf, ...
(private|public|protected| ) (static )?(final )?(HashMap|HashSet|ArrayList)<
### Use int instead of short