In pmd-build-tools, we have a rule, that searches for unnecessary generic arguments, e.g.
List<String> myList = new ArrayList<String>(); //this can be written as List<String> myList = newArrayList<>();
Proposed category: codestyle
What needs to be done here:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4