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

Automatically find the source code for more projects enhancement New feature or request
#579 opened Jul 14, 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 duplicate code detection duplicate-code enhancement New feature or request high-priority Issues that should be solved as soon as possible perf 🏎️💨 performance
#574 opened Jul 14, 2024 by Luro02
Improve performance of SpoonUtil.resolveConstant enhancement New feature or request high-priority Issues that should be solved as soon as possible 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
Update PMD to 7.3.0 D-easy Easy to implement. high-priority Issues that should be solved as soon as possible
#563 opened Jul 8, 2024 by Luro02
Detect classes that do not use inheritance or inner classes that should be static enhancement New feature or request low-priority new-lint A new lint. unresolved Some decisions have not been made yet or it is not obvious what should be detected.
#560 opened Jul 3, 2024 by Luro02
Rewrite DiamondOperatorCheck in Spoon D-hard low-priority pmd unresolved Some decisions have not been made yet or it is not obvious what should be detected.
#559 opened Jul 2, 2024 by Luro02
Trigger NumberFormatException check only when at least one exception is caught in the project high-priority Issues that should be solved as soon as possible
#558 opened Jul 2, 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 java-21 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. high-priority Issues that should be solved as soon as possible
#539 opened Jun 1, 2024 by Luro02
Modernize should be enum attribute enhancement New feature or request false-negative A lint should trigger on code that is wrong. high-priority Issues that should be solved as soon as possible
#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 high-priority Issues that should be solved as soon as possible
#528 opened May 13, 2024 by Luro02
ProTip! Type g i on any issue or pull request to go back to the issue listing page.