Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect reimplementation of sorting algorithms #516

Open
Luro02 opened this issue May 7, 2024 · 0 comments
Open

Detect reimplementation of sorting algorithms #516

Luro02 opened this issue May 7, 2024 · 0 comments
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.

Comments

@Luro02
Copy link
Collaborator

Luro02 commented May 7, 2024

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>
@Luro02 Luro02 added 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. labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant