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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

The code this.map = new HashMap() triggers three lints bug Something isn't working high-priority Issues that should be solved as soon as possible
#636 opened Oct 23, 2024 by Luro02
Rewrite RedundantVariableCheck to be less annoying enhancement New feature or request false-positive A lint triggers on something that is correct. high-priority Issues that should be solved as soon as possible
#635 opened Oct 23, 2024 by Luro02
2 tasks
Suggest entrySet after .get has been used more than X times bug Something isn't working false-positive A lint triggers on something that is correct.
#634 opened Oct 23, 2024 by Luro02
Rewrite messages to make them more professional message Messages that can be improved, are hard to understand or lack context
#632 opened Oct 23, 2024 by Luro02
3 tasks
Merging of nested ifs not always correct bug Something isn't working false-positive A lint triggers on something that is correct. high-priority Issues that should be solved as soon as possible
#631 opened Oct 23, 2024 by Luro02
Detect String STAR = "*" as meaningless constant bug Something isn't working false-negative A lint should trigger on code that is wrong.
#626 opened Oct 16, 2024 by Luro02
LeakedCollectionCheck ignores Map bug Something isn't working false-negative A lint should trigger on code that is wrong.
#625 opened Oct 11, 2024 by lunagl
Detect duplicate cases in switch duplicate-code enhancement New feature or request new-lint A new lint.
#623 opened Oct 11, 2024 by Luro02
Suggest using contains (or Arrays.asList(....).contains) api lints that check for code that reimplements parts of the api enhancement New feature or request new-lint A new lint.
#620 opened Oct 11, 2024 by Luro02
Can not convert to for-each loop when collection is modified while looping bug Something isn't working false-positive A lint triggers on something that is correct.
#617 opened Oct 9, 2024 by Luro02
Duplicate code not detected where two variables differ bug Something isn't working duplicate-code false-negative A lint should trigger on code that is wrong.
#615 opened Oct 8, 2024 by Luro02
ClosedSetOfValues does lint a switch over field accesses of different classes that are then instantiated bug Something isn't working D-hard false-positive A lint triggers on something that is correct.
#613 opened Oct 8, 2024 by Luro02
Detect code that can be replaced by Objects.requireNonNullElse/Objects.requireNonNullElseGet api lints that check for code that reimplements parts of the api enhancement New feature or request low-priority new-lint A new lint.
#612 opened Oct 8, 2024 by Luro02
Detect documented @throws for (checked) exceptions that are never thrown D-easy Easy to implement. enhancement New feature or request new-lint A new lint.
#610 opened Oct 8, 2024 by Luro02
Improve/finish the duplicate code check duplicate-code enhancement New feature or request high-priority Issues that should be solved as soon as possible
#576 opened Jul 14, 2024 by Luro02
Improve performance of SpoonUtil.resolveConstant enhancement New feature or request perf 🏎️💨 performance
#573 opened Jul 14, 2024 by Luro02
Do not ignore CtPackageReference/CtTypeReference in IntegratedAnalysis#isOrphan enhancement New feature or request testing Everything related to testing
#572 opened Jul 14, 2024 by Luro02
Generalize the addAll check enhancement New feature or request
#571 opened Jul 14, 2024 by Luro02
Improve addAll suggestion by inlining the expression into the constructor invocation, when possible enhancement New feature or request low-priority message Messages that can be improved, are hard to understand or lack context
#570 opened Jul 14, 2024 by Luro02
ProTip! Adding no:label will show everything without a label.