-
Notifications
You must be signed in to change notification settings - Fork 8
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
Javadoc Checks should ignore Javadoc in Overriding Methods
bug
Something isn't working
false-positive
A lint triggers on something that is correct.
#689
opened Jan 31, 2025 by
Luro02
Find repeatedly occurring boolean expressions on a class and suggest a method for it
enhancement
New feature or request
new-lint
A new lint.
#688
opened Jan 31, 2025 by
Luro02
Instanceof Emulation via other Something isn't working
false-negative
A lint should trigger on code that is wrong.
Class
methods
bug
#687
opened Jan 31, 2025 by
Luro02
Only suggest format strings, when parts of it are literals
bug
Something isn't working
false-positive
A lint triggers on something that is correct.
#686
opened Jan 31, 2025 by
Luro02
Provide some code to deal with operators that can be swapped like a + b + c
#685
opened Jan 30, 2025 by
Luro02
The suggestion has too many quotes
message
Messages that can be improved, are hard to understand or lack context
#683
opened Jan 23, 2025 by
Luro02
Arrays.fill
should ignore invocations
bug
#682
opened Jan 23, 2025 by
Luro02
This should be detected as unnecessary variable
bug
Something isn't working
false-negative
A lint should trigger on code that is wrong.
#681
opened Jan 23, 2025 by
Luro02
Do not inline constants used in a concat with only literals/constants.
bug
Something isn't working
false-positive
A lint triggers on something that is correct.
#680
opened Jan 23, 2025 by
Luro02
RedundantIfForBooleanCheck makes invalid suggestion
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
#676
opened Jan 13, 2025 by
Luro02
Allow certain non-negated boolean expressions
bug
Something isn't working
false-positive
A lint triggers on something that is correct.
#675
opened Jan 13, 2025 by
Luro02
Wrong annotations for rawtypes
bug
Something isn't working
high-priority
Issues that should be solved as soon as possible
#672
opened Jan 11, 2025 by
Luro02
Suggest using New feature or request
low-priority
new-lint
A new lint.
unnecessary-complexity
unresolved
Some decisions have not been made yet or it is not obvious what should be detected.
.equals
instead of Objects.equals
when applicable
enhancement
#663
opened Dec 17, 2024 by
Luro02
Detect Something isn't working
false-negative
A lint should trigger on code that is wrong.
System.arraycopy
with shift
bug
#662
opened Dec 17, 2024 by
Luro02
startsWith/endsWith reimplementation
enhancement
New feature or request
new-lint
A new lint.
#661
opened Dec 17, 2024 by
Luro02
Redundant to pass Easy to implement.
enhancement
New feature or request
new-lint
A new lint.
unnecessary-complexity
string.length()
as an argument to string.substring
D-easy
#660
opened Dec 17, 2024 by
Luro02
Redundant Easy to implement.
enhancement
New feature or request
new-lint
A new lint.
unnecessary-complexity
contains
for String#replace
D-easy
#659
opened Dec 17, 2024 by
Luro02
boolean expression simplification/finding expressions that are always/never true
enhancement
New feature or request
low-priority
new-lint
A new lint.
#657
opened Dec 17, 2024 by
Luro02
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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.