-
Notifications
You must be signed in to change notification settings - Fork 7
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Unify duplicate code detection with code reimplementations
api
lints that check for code that reimplements parts of the api
D-hard
duplicate-code
enhancement
New feature or request
high-priority
Issues that should be solved as soon as possible
#648
opened Nov 28, 2024 by
Luro02
Detect complex binary operations like multiple bitshifts/bitmasks in a statement
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.
#643
opened Nov 20, 2024 by
Luro02
Implement a check that detects "complex" programs consisting of only a Easy to implement.
enhancement
New feature or request
new-lint
A new lint.
main
method.
D-easy
#642
opened Nov 15, 2024 by
Luro02
Improve accuracy of commented out code check by ignoring comments that are inline with code
enhancement
New feature or request
low-priority
#633
opened Oct 23, 2024 by
Luro02
Detect duplicate cases in switch
duplicate-code
enhancement
New feature or request
new-lint
A new lint.
#623
opened Oct 11, 2024 by
Luro02
Adding a New feature or request
low-priority
new-lint
A new lint.
char
array through dedicated for loop instead of a string
enhancement
#621
opened Oct 11, 2024 by
Luro02
Suggest using lints that check for code that reimplements parts of the api
enhancement
New feature or request
new-lint
A new lint.
contains
(or Arrays.asList(....).contains
)
api
#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
#613
opened Oct 8, 2024 by
Luro02
Detect code that can be replaced by lints that check for code that reimplements parts of the api
enhancement
New feature or request
low-priority
new-lint
A new lint.
Objects.requireNonNullElse
/Objects.requireNonNullElseGet
api
#612
opened Oct 8, 2024 by
Luro02
Detect documented Easy to implement.
enhancement
New feature or request
new-lint
A new lint.
@throws
for (checked) exceptions that are never thrown
D-easy
#610
opened Oct 8, 2024 by
Luro02
Pretty print both code segments for duplicate code
duplicate-code
enhancement
New feature or request
#578
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
Type can be weakened (e.g. use New feature or request
new-lint
A new lint.
Collection
instead of List
here). Generalization of ConcreteCollectionCheck
enhancement
#575
opened Jul 14, 2024 by
Luro02
Improve performance of duplicate code detection
duplicate-code
enhancement
New feature or request
perf 🏎️💨
performance
#574
opened Jul 14, 2024 by
Luro02
Improve performance of New feature or request
perf 🏎️💨
performance
SpoonUtil.resolveConstant
enhancement
#573
opened Jul 14, 2024 by
Luro02
Do not ignore New feature or request
testing
Everything related to testing
CtPackageReference
/CtTypeReference
in IntegratedAnalysis#isOrphan
enhancement
#572
opened Jul 14, 2024 by
Luro02
Improve New feature or request
low-priority
message
Messages that can be improved, are hard to understand or lack context
addAll
suggestion by inlining the expression into the constructor invocation, when possible
enhancement
#570
opened Jul 14, 2024 by
Luro02
Add utility methods for evaluating how long a suggestion can be based on the line limit/where it is located
enhancement
New feature or request
#569
opened Jul 14, 2024 by
Luro02
Detect classes that do not use inheritance or inner classes that should be 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.
static
enhancement
#560
opened Jul 3, 2024 by
Luro02
Rewrite Some decisions have not been made yet or it is not obvious what should be detected.
DiamondOperatorCheck
in Spoon
D-hard
low-priority
pmd
unresolved
#559
opened Jul 2, 2024 by
Luro02
Suggest Easy to implement.
enhancement
New feature or request
low-priority
new-lint
A new lint.
SomeListing.of(1, 2, 6, ...).contains(c)
in place of c == 1 || c == 2 || c == 6 ....
D-easy
Suggest replacing 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.
list.get(0)
with list.getFirst()
and list.get(list.size() - 1)
with list.getLast()
api
#541
opened Jun 1, 2024 by
Luro02
Previous Next
ProTip!
Adding no:label will show everything without a label.