FP using Lombok @Cleanup
|
|
2
|
1600
|
April 22, 2019
|
Refactor this code to not place tainted, user-controlled data in the header
|
|
2
|
4999
|
June 2, 2021
|
VueJS - Unexpected Empty Method in props
|
|
3
|
2421
|
May 27, 2022
|
False-Positive: java:S2142 "InterruptedException" should not be ignored
|
|
3
|
4297
|
January 23, 2023
|
S4275: Sonarqube displays "Refactor this getter so that it actually refers to the field" error even when the right variable is returned
|
|
2
|
4959
|
November 6, 2019
|
Java duplicated string literals
|
|
2
|
2776
|
August 13, 2021
|
Code coverage and multi module Maven project
|
|
2
|
4928
|
July 28, 2020
|
S2975: For a final class, it should be allowed to leave out super.clone()
|
|
8
|
2835
|
March 18, 2020
|
S3752 @RequestMapping with multiple specified methods
|
|
4
|
3787
|
May 6, 2019
|
Sonar smell typescript:S6647 Unnecessary constructors should be removed
|
|
7
|
1656
|
November 2, 2023
|
False positive, when using lombok AllArgsConstructor in Spring Service
|
|
4
|
3725
|
June 5, 2020
|
Scan does not know that java.lang.Class.isInstance(o) returns false if o == null
|
|
4
|
2093
|
August 30, 2019
|
Close "PreparedStatement" in a "finally" clause with Spring JdbcTemplate
|
|
3
|
4154
|
September 13, 2019
|
PreparedStatement automatically close ResultSet (use try-with-resources or close this "ResultSet" in a "finally" clause)
|
|
2
|
4750
|
May 25, 2020
|
SonarQube reporting duplicate code for database entities
|
|
2
|
4719
|
January 23, 2023
|
Import considered as duplicated lines in SonarQube
|
|
2
|
4683
|
January 4, 2022
|
Use concise character class syntax '\d' instead of '[0-9]'.sonarlint(python:S6353)
|
|
4
|
3618
|
December 19, 2023
|
[Java:S2129] There's no valueOf() for new String(byte[])
|
|
3
|
2241
|
May 11, 2021
|
squid:S1135 too restrictive with 'todo' in java for Spanish comments
|
|
4
|
2003
|
November 22, 2021
|
The reason behind squid:S1258
|
|
2
|
2584
|
January 11, 2019
|
False positive on cpp:S1250
|
|
3
|
707
|
May 11, 2020
|
java:S2259 - A "NullPointerException" could be thrown; "getMessage()" can return null
|
|
3
|
3966
|
December 15, 2022
|
[Java:S3457] False positive when string concatenation is used in exception message
|
|
4
|
3543
|
November 3, 2020
|
False positive for rule java:S2479 "Whitespace and control characters in literals should be explicit"
|
|
5
|
3233
|
June 28, 2021
|
java:S3252: false positive with Quarkus Panache
|
|
3
|
2224
|
June 16, 2024
|
FP in S2201: Support new switch in java
|
|
1
|
556
|
February 25, 2020
|
S2259 False Positive "Null pointers should not be dereferenced"
|
|
6
|
2946
|
August 22, 2022
|
False positive: Java: NullPointerException could be thrown
|
|
2
|
4411
|
January 7, 2021
|
FP on squid:S3655 when optional.isEmpty() is used instead of !optional.isPresent()
|
|
2
|
4382
|
February 12, 2020
|
S4275 Getters and setters should access the expected fields
|
|
7
|
2677
|
April 1, 2021
|
Java annotations reported as code duplicate
|
|
3
|
3752
|
October 20, 2021
|
Validation of not nullable reference type demanded (S3900)
|
|
6
|
2829
|
April 4, 2023
|
Rule 1121 (assignments in sub-expressions) should exclude "while" conditions
|
|
5
|
3029
|
September 24, 2020
|
S2326: T is not used in the interface
|
|
2
|
2403
|
August 9, 2022
|
[squid:S3749] False positive when Lombok @RequiredArgsConstructor
|
|
2
|
2382
|
July 24, 2020
|
S1172: Remove this parameter, whose value is ignored in the method
|
|
3
|
3564
|
December 9, 2020
|
Unused import false positives (still)
|
|
8
|
2372
|
April 6, 2023
|
Remove this useless assignment to variable
|
|
3
|
3558
|
May 4, 2022
|
[Web:S6853] "A form label must be associated with a control."
|
|
3
|
3530
|
May 10, 2024
|
S3604 misunderstands primary constructors in C#
|
|
4
|
3134
|
July 24, 2023
|
False positive (S2695) on prepareStatement
|
|
6
|
2648
|
January 21, 2022
|
cpp:S5356 void* as unrelated type
|
|
3
|
1956
|
March 9, 2022
|
Null check fallback value is reported as bug but it's not
|
|
6
|
1478
|
August 29, 2019
|
java:S6204 incorectly reports modifiable list as needs to be unmodifiable
|
|
4
|
3103
|
February 28, 2023
|
java:S1214 Constants should no be defined in interfaces triggers for interfaces having methods
|
|
4
|
3073
|
July 30, 2020
|
False positive on Typescript - No magic number
|
|
3
|
1086
|
April 27, 2020
|
Python type hint error - AsyncGenerator yield
|
|
4
|
3063
|
September 23, 2021
|
[Java:S3516] Need to ignore, if overriding method
|
|
8
|
2283
|
December 17, 2020
|
"Potential XSS in JSP" security rule doesn't take escaping into account
|
|
5
|
2797
|
February 23, 2022
|
False Positive: Remove this unused import of 'h' in all StencilJS components
|
|
3
|
1923
|
July 16, 2021
|