Issues
Provide OWASP Top 10 2021 security standards for rules metadata | Unassigned | Elena Vilchik | Unresolved | Mar 10, 2022 | Mar 10, 2022 | ||||||
Declare Flex sensor as a sensor processing files independently | Unassigned | Alexandre Gigleux | Fixed | Dec 15, 2021 | Dec 27, 2021 | ||||||
Reduce plugin size by removing guava dependency | Unassigned | Margarita Nedzelska | Fixed | Jan 12, 2021 | Dec 27, 2021 | ||||||
Fix compatibility with SQ 9.0: embed woodstox and staxmate | Unassigned | Pierre-Yves Nicolas | Fixed | Jun 25, 2021 | Jun 28, 2021 | Jul 2, 2021 | |||||
Update description for sonar.flex.file.suffixes | Unassigned | Elena Vilchik | Unresolved | May 31, 2021 | May 31, 2021 | ||||||
Rule S4507 Delivering code in production with debug features activated is security-sensitive | Unassigned | Eric Therond | Fixed | Sep 21, 2020 | Oct 1, 2020 | Oct 5, 2020 | |||||
Deprecate S1951 and merge it with S4507 | Unassigned | Eric Therond | Fixed | Sep 21, 2020 | Oct 1, 2020 | Oct 5, 2020 | |||||
Update "too many lines of code" rules to use LoC | Unassigned | G. Ann Campbell | Fixed | Nov 14, 2016 | Oct 1, 2020 | Oct 6, 2020 | |||||
Correct Cyclomatic Complexity rule FunctionComplexity | Unassigned | G. Ann Campbell | Fixed | Nov 1, 2016 | Oct 1, 2020 | Oct 6, 2020 | |||||
Update branding to drop 'SonarFlex' | Unassigned | G. Ann Campbell | Fixed | Mar 31, 2020 | Sep 30, 2020 | Oct 6, 2020 | |||||
Add static analyzer documentation | Unassigned | Nicolas Harraudeau | Fixed | Jul 18, 2019 | Sep 30, 2020 | Oct 6, 2020 | |||||
S1871: Fix IndexOutOfBoundsException for empty switch statements | Unassigned | Elena Vilchik | Fixed | Feb 18, 2020 | Sep 30, 2020 | Oct 5, 2020 | |||||
S127: Support parameter check_attributes | Unassigned | Elena Vilchik | Unresolved | Jul 30, 2015 | Sep 29, 2020 | ||||||
Support detection of quality issues on test source files | Unassigned | Freddy Mallet | Won't Fix | Mar 15, 2018 | Sep 29, 2020 | ||||||
S1464: Fix false-positives for named property | Unassigned | Elena Vilchik | Fixed | Dec 6, 2016 | Sep 29, 2020 | Oct 5, 2020 | |||||
Rule S1444 change type from vulnerability to code smell | Unassigned | Eric Therond | Fixed | Sep 21, 2020 | Sep 29, 2020 | Oct 5, 2020 | |||||
Remove usage of deprecated methods in ITs | Unassigned | Tibor Blénessy | Fixed | Jul 15, 2019 | Jul 16, 2019 | Jul 22, 2019 | |||||
Fix a bug making rule S1871 fail on empty block | Unassigned | Pierre-Yves Nicolas | Fixed | Jun 27, 2019 | Jun 28, 2019 | Jul 4, 2019 | |||||
Rule S3923: All branches in a conditional structure should not have exactly the same implementation | Unassigned | Alban Auzeill | Fixed | Feb 21, 2018 | Jun 24, 2019 | Jun 21, 2019 | |||||
S1871 should stop raising issues on 1-line duplications | Unassigned | Pierre-Yves Nicolas | Fixed | Feb 19, 2018 | Jun 21, 2019 | Jun 24, 2019 | |||||
Support many coverage reports | Unassigned | G. Ann Campbell | Fixed | Oct 20, 2016 | Jun 20, 2019 | Jun 24, 2019 | |||||
Remove calls to SQ APIs which were deprecated in version 6.7 or before | Unassigned | Elena Vilchik | Fixed | Apr 3, 2019 | Jun 18, 2019 | Jun 25, 2019 | |||||
Use per file charset encoding | Unassigned | Massimo Paladin | Fixed | Jun 18, 2019 | Jun 18, 2019 | Jun 25, 2019 | |||||
Update rule "Two branches ... same implementation" to support new exception | Unassigned | Freddy Mallet | Duplicate | Mar 23, 2018 | Jun 18, 2019 | ||||||
Stop feeding "comment_lines_data" | Unassigned | Pierre-Yves Nicolas | Fixed | Jul 30, 2018 | Jun 17, 2019 | Jun 24, 2019 | |||||
Feed metric 'executable_lines_data' | Unassigned | G. Ann Campbell | Fixed | Oct 20, 2016 | Jun 14, 2019 | Jun 19, 2019 | |||||
Automate the distribution of the Flex SSLR toolkit | Unassigned | Pierre-Yves Nicolas | Fixed | Oct 9, 2017 | Jun 13, 2019 | Jun 18, 2019 | |||||
Rule S4524: "default" clauses should be first or last | Unassigned | Alexandre Gigleux | Fixed | Mar 23, 2018 | Jun 13, 2019 | Jun 19, 2019 | |||||
SwitchWithoutDefault(S131): Do not raise an issue when "default" is not at last position | Unassigned | Alexandre Gigleux | Fixed | Mar 23, 2018 | Jun 13, 2019 | Jun 19, 2019 | |||||
S1117 should only check local variables, not method parameters | Unassigned | Pierre-Yves Nicolas | Fixed | Feb 19, 2018 | Jun 13, 2019 | Jun 19, 2019 | |||||
Deprecate rule: ClassComplexity | Unassigned | G. Ann Campbell | Duplicate | Nov 1, 2016 | Jun 13, 2019 | Jun 19, 2019 | |||||
Mitigate SSF-63 | Unassigned | Nicolas Harraudeau | Fixed | Jan 16, 2019 | Jun 11, 2019 | Jun 18, 2019 | |||||
Rule: Parameters should be passed in the correct order | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Feb 1, 2019 | ||||||
Rule: URIs should not be hardcoded | Unassigned | Alban Auzeill | Unresolved | Feb 7, 2018 | Feb 1, 2019 | ||||||
Feed Cognitive Complexity metric | Unassigned | G. Ann Campbell | Unresolved | Feb 14, 2017 | Feb 1, 2019 | ||||||
Rule: Multiline blocks should be enclosed in curly braces | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Feb 1, 2019 | ||||||
Rule: "catch" clauses should do more than rethrow | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Feb 1, 2019 | ||||||
Rule: "=+" should not be used instead of "+=" | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Feb 1, 2019 | ||||||
Rule: Doubled prefix operators "!!" and "~~" should not be used | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Feb 1, 2019 | ||||||
Rule: Ternary operators should not be nested | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Feb 1, 2019 | ||||||
Rule: Cognitive Complexity of functions should not be too high | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Feb 1, 2019 | ||||||
Rule: Conditionals should start on new lines | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Feb 1, 2019 | ||||||
Rule S3973: A conditionally executed single line should be denoted by indentation | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Feb 1, 2019 | ||||||
Rule: Collection sizes and array length comparisons should make sense | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Feb 1, 2019 | ||||||
Rule: Map values should not be replaced unconditionally | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Feb 1, 2019 | ||||||
Rule: Methods should not have identical implementations | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Feb 1, 2019 | ||||||
Rule: All branches in a conditional structure should not have exactly the same implementation | Unassigned | G. Ann Campbell | Unresolved | Mar 15, 2017 | Feb 1, 2019 | ||||||
Rule: Files should not have too many lines of code | Unassigned | Alban Auzeill | Unresolved | Feb 6, 2018 | Feb 1, 2019 | ||||||
Rule: Tabulation characters should not be used | Unassigned | Alban Auzeill | Unresolved | Feb 6, 2018 | Feb 1, 2019 | ||||||
Rule: Control structures should use curly braces | Unassigned | Alban Auzeill | Unresolved | Feb 7, 2018 | Feb 1, 2019 |
1-50 of 160