-
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
The code Something isn't working
high-priority
Issues that should be solved as soon as possible
this.map = new HashMap()
triggers three lints
bug
#636
opened Oct 23, 2024 by
Luro02
Rewrite 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
RedundantVariableCheck
to be less annoying
enhancement
#635
opened Oct 23, 2024 by
Luro02
2 tasks
Suggest Something isn't working
false-positive
A lint triggers on something that is correct.
entrySet
after .get
has been used more than X
times
bug
#634
opened Oct 23, 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
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 Something isn't working
false-negative
A lint should trigger on code that is wrong.
String STAR = "*"
as meaningless constant
bug
#626
opened Oct 16, 2024 by
Luro02
LeakedCollectionCheck
ignores Map
bug
#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
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
Previous Next
ProTip!
Adding no:label will show everything without a label.