Detect reimplementation of sorting algorithms #516
Labels
enhancement
New feature or request
new-lint
A new lint.
unresolved
Some decisions have not been made yet or it is not obvious what should be detected.
What it does
Detects code that reimplements some sorting algorithm, could be replaced by a java api call.
Lint Name
SORTING_ALGORITHM_REIMPLEMENTATION
Category
api
Example
Todo: Collect real-world examples.
Todo: Bubble Sort implementation of the lecture should be detected
<code>
The text was updated successfully, but these errors were encountered: