[Java:S1170] Ignore, if initialization accesses instance members
|
|
6
|
1949
|
November 20, 2020
|
SonarLint gives warning for contradicting rules
|
|
8
|
1717
|
October 18, 2021
|
False positive for "Squid:S2970 Add a call to 'assertAll' after all 'assertThat'" when using SoftAssertions.assertSoftly
|
|
2
|
1639
|
July 8, 2019
|
S3011 on a local field
|
|
2
|
2908
|
August 2, 2021
|
S1854 Remove this useless assignment to a local variable, when used in range operator
|
|
2
|
2899
|
August 4, 2020
|
Code Coverage/Cobertura de teste (%) está zerada (0.0)
|
|
3
|
2492
|
January 17, 2022
|
False positive: "static" base class members should not be accessed via derived types (java:S3252)
|
|
3
|
2475
|
January 14, 2022
|
S1121 does not play well with the new record type in C# 9
|
|
3
|
2470
|
January 18, 2021
|
java:S2755: XML parsers should not be vulnerable to XXE attacks
|
|
1
|
1956
|
June 20, 2023
|
Csharp: S4462 False positive "Replace this use of 'Task.Result' with 'await'"
|
|
5
|
1999
|
June 24, 2022
|
C# Implementation of interface is a treated as code duplicate
|
|
4
|
2187
|
April 6, 2022
|
On the vue3 project, defineProps and defineEmits should be automatically available in <script setup>
|
|
4
|
2169
|
March 21, 2023
|
SonarJava 5.6 squid:S2589 false positive for nullable value from spring-web if project does depend on findbugs:jsr305
|
|
3
|
2424
|
August 14, 2018
|
S1118 demands a redundant private constructor on private nested class
|
|
2
|
2774
|
September 28, 2018
|
Getting a lot of false positives for Java S3749
|
|
2
|
2770
|
February 28, 2023
|
java:S6857 false positive when using @Value to inject directly into a Map
|
|
8
|
1588
|
May 8, 2025
|
kotlin:S1128 False Positive Jetpack Compose
|
|
3
|
2374
|
November 15, 2021
|
Mutable fields should not be "public static" (squid:S2386) using List.of()
|
|
2
|
2718
|
April 8, 2019
|
I get "javascript:S2189 'item' is not modified in this loop" even though I am modifying it
|
|
1
|
1050
|
February 27, 2023
|
False positive : apache commons StringUtils::isNotBlank should be considered a valid "null check"
|
|
3
|
1314
|
April 26, 2022
|
Process wide setting for RegEx match timeout is ignored
|
|
8
|
1554
|
February 3, 2024
|
java:S3305 don't report field if bean creation method is used i multiple places
|
|
6
|
1762
|
September 20, 2022
|
[squid:S3749] Should consider @PersistenceContext a valid injection
|
|
2
|
2682
|
August 25, 2020
|
Optional.ofNullable(null).orElse is reported as a potential NPE
|
|
4
|
2067
|
February 14, 2022
|
cpp:S5417 does not allow std::forward of non forwarding reference template arguments
|
|
5
|
1886
|
April 24, 2022
|
A "NullPointerException" could be thrown; "customerMobile" is nullable here
|
|
2
|
2655
|
January 27, 2021
|
Reflected XSS/Open redirect not detected in React application
|
|
5
|
1870
|
August 29, 2022
|
java:S2175 Using Number as key type in a Map produces false-positives when int is used when accessing the map value
|
|
2
|
1485
|
October 7, 2020
|
Java Boolean to boolean - I don't get it
|
|
4
|
2040
|
October 31, 2022
|
RSPEC-3453 has the same code for compliant and noncompliant examples
|
|
2
|
832
|
February 25, 2022
|
Sonar-scanner + Lombok + Gradle = False-Positives codesmells
|
|
1
|
3222
|
November 24, 2020
|
False positive with SLF4J logging and Throwable toString(): No need to call "toString()" method as formatting and string conversion is done by the Formatter
|
|
1
|
3220
|
January 29, 2019
|
Javax.annotation renamed to jakarta.annotation
|
|
2
|
2624
|
February 2, 2023
|
Double brace initialization of static members
|
|
6
|
1715
|
May 10, 2022
|
squid:S135 - "one break AND continue" or "one break OR continue"
|
|
3
|
2263
|
January 12, 2021
|
Identical sub-expression when calling functions with side-effects
|
|
2
|
2606
|
December 18, 2019
|
False positive on missing constructor for classes with Lombok’s @Builder annotation
|
|
2
|
2604
|
January 3, 2022
|
False positive warning for initializing forward declared member variables cpp:S3230
|
|
1
|
1008
|
August 8, 2022
|
Many duplicate blocks reported for requires in JavaScript files
|
|
4
|
2004
|
February 28, 2022
|
FP on squid:S3457 when using marker
|
|
2
|
1453
|
June 21, 2019
|
Checking empty variables is reported as an error
|
|
5
|
1824
|
August 31, 2018
|
S2111 should check for integer equivalence
|
|
0
|
790
|
November 20, 2020
|
'Replace this "switch" statement by 'if' statements to increase readability' misapplied
|
|
1
|
1764
|
April 21, 2023
|
@Nullable in block() is not evaluated and leads to "Expression is allways true"
|
|
4
|
1983
|
November 4, 2020
|
False positive for an if without else
|
|
4
|
1113
|
March 23, 2023
|
css:S4670 The use of FontAwesome raises a issue
|
|
3
|
2208
|
June 13, 2019
|
False positive S1172 Sonar Lint
|
|
6
|
1664
|
May 3, 2022
|
[cpp:S963]: Parentheses in macro - what if I don't have a "function-like" macro
|
|
4
|
1960
|
July 19, 2021
|
squid:S3655 (Optional value should only be accessed after calling isPresent()) being fired even though control will never reach the optional.get() call
|
|
4
|
1948
|
November 27, 2019
|
Change this condition so that it does not always evaluate to 'True'
|
|
5
|
1778
|
November 22, 2023
|