Skip to content

Issues: Feuermagier/autograder

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

addAll suggestion when converting primitive array to List bug Something isn't working false-positive A lint triggers on something that is correct.
#548 opened Jun 7, 2024 by Fenmore
Remove the final condition from the utility class check for attributes bug Something isn't working false-negative A lint should trigger on code that is wrong.
#542 opened Jun 3, 2024 by Luro02
Suggest replacing list.get(0) with list.getFirst() and list.get(list.size() - 1) with list.getLast() api lints that check for code that reimplements parts of the api D-easy Easy to implement. enhancement New feature or request low-priority new-lint A new lint.
#541 opened Jun 1, 2024 by Luro02
Replace isLetter || isDigit with isLetterOrDigit api lints that check for code that reimplements parts of the api D-easy Easy to implement. enhancement New feature or request new-lint A new lint.
#540 opened Jun 1, 2024 by Luro02
Loop should be for not detected with the following code bug Something isn't working false-negative A lint should trigger on code that is wrong.
#539 opened Jun 1, 2024 by Luro02
Only public methods should be highlighted by static method check D-easy Easy to implement. false-positive A lint triggers on something that is correct.
#536 opened May 29, 2024 by Luro02
Modernize should be enum attribute enhancement New feature or request false-negative A lint should trigger on code that is wrong.
#534 opened May 16, 2024 by Luro02 v0.6.0
Improvements to PartialEvaluator enhancement New feature or request low-priority message Messages that can be improved, are hard to understand or lack context
#532 opened May 13, 2024 by Luro02
3 tasks
Evaluate necessity of too large try-catch block question Further information is requested
#530 opened May 13, 2024 by Luro02
Remove subList check or make it smarter enhancement New feature or request
#528 opened May 13, 2024 by Luro02
Improve avoid shadowing lint, by only triggering when the shadowed variables are both used. bug Something isn't working false-positive A lint triggers on something that is correct.
#525 opened May 13, 2024 by Luro02
Separate SpoonUtil/make it independent of autograder-core enhancement New feature or request unresolved Some decisions have not been made yet or it is not obvious what should be detected.
#524 opened May 11, 2024 by Luro02
3 tasks
Detect reimplementation of sorting algorithms 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.
#516 opened May 7, 2024 by Luro02
Too large try block should check if the block must be that large. bug Something isn't working false-positive A lint triggers on something that is correct.
#515 opened May 3, 2024 by Luro02
Leaked Collection Check does not detect nested collections bug Something isn't working false-negative A lint should trigger on code that is wrong. low-priority
#514 opened May 3, 2024 by Luro02
When should one replace sequential .add with an .addAll? false-positive A lint triggers on something that is correct. unresolved Some decisions have not been made yet or it is not obvious what should be detected.
#505 opened Apr 24, 2024 by Luro02
api.CheckIterableDuplicates does not detect code where contains is used in addition to add bug Something isn't working D-easy Easy to implement. false-negative A lint should trigger on code that is wrong.
#502 opened Apr 18, 2024 by Luro02
Detect continuously named/numbered identifiers with the same prefix enhancement New feature or request new-lint A new lint.
#496 opened Apr 17, 2024 by Luro02
Add support for code coverage github Everything related to github and ci low-priority testing Everything related to testing
#495 opened Apr 17, 2024 by Luro02
Suggest method parameter should be an attribute enhancement New feature or request new-lint A new lint.
#492 opened Apr 12, 2024 by Luro02
ProTip! Mix and match filters to narrow down what you’re looking for.