Issues
Add support for raising issues in secondary locations | Unassigned | Mary Georgiou | Unresolved | Oct 19, 2022 | Oct 19, 2022 | ||||||
Rule 5348: Add secondary location to issue. | Unassigned | Mary Georgiou | Unresolved | Oct 19, 2022 | Oct 19, 2022 | ||||||
Rule: Unused function parameters should be removed | Unassigned | Alban Auzeill | Unresolved | Feb 13, 2018 | Mar 13, 2019 | ||||||
Support -INC preprocessing statement | Unassigned | Alexandre Gigleux | Unresolved | Apr 6, 2017 | Mar 12, 2019 | ||||||
Rule S3973: A conditionally executed single line should be denoted by indentation | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Jun 19, 2018 | ||||||
Rule: Files should not have too many lines of code | Unassigned | Alban Auzeill | Unresolved | Feb 6, 2018 | Apr 26, 2018 | ||||||
Rule: Tabulation characters should not be used | Unassigned | Alban Auzeill | Unresolved | Feb 6, 2018 | Apr 26, 2018 | ||||||
Rule: Nested blocks of code should not be left empty | Unassigned | Alban Auzeill | Unresolved | Feb 6, 2018 | Apr 26, 2018 | ||||||
Rule: Sections of code should not be "commented out" | Unassigned | Alban Auzeill | Unresolved | Feb 7, 2018 | Apr 26, 2018 | ||||||
Rule: Functions should not have too many lines of code | Unassigned | Alban Auzeill | Unresolved | Feb 7, 2018 | Apr 26, 2018 | ||||||
Rule: Collapsible "if" statements should be merged | Unassigned | Alban Auzeill | Unresolved | Feb 7, 2018 | Apr 26, 2018 | ||||||
Rule: Expressions should not be too complex | Unassigned | Alban Auzeill | Unresolved | Feb 7, 2018 | Apr 26, 2018 | ||||||
Rule: URIs should not be hardcoded | Unassigned | Alban Auzeill | Unresolved | Feb 7, 2018 | Apr 26, 2018 | ||||||
Rule: Redundant pairs of parentheses should be removed | Unassigned | Alban Auzeill | Unresolved | Feb 7, 2018 | Apr 26, 2018 | ||||||
Rule: "if ... else if" constructs should end with "else" clauses | Unassigned | Alban Auzeill | Unresolved | Feb 7, 2018 | Apr 26, 2018 | ||||||
Rule: Track uses of "FIXME" tags | Unassigned | Alban Auzeill | Unresolved | Feb 12, 2018 | Apr 26, 2018 | ||||||
Rule: Track uses of "TODO" tags | Unassigned | Alban Auzeill | Unresolved | Feb 12, 2018 | Apr 26, 2018 | ||||||
Rule: Useless "if(true) {...}" and "if(false){...}" blocks should be removed | Unassigned | Alban Auzeill | Unresolved | Feb 13, 2018 | Apr 26, 2018 | ||||||
Rule: "switch case" clauses should not have too many lines of code | Unassigned | Alban Auzeill | Unresolved | Feb 13, 2018 | Apr 26, 2018 | ||||||
Rule: Methods should not be empty | Unassigned | Alban Auzeill | Unresolved | Feb 13, 2018 | Apr 26, 2018 | ||||||
Rule: "switch" statements should have at least 3 "case" clauses | Unassigned | Alban Auzeill | Unresolved | Feb 13, 2018 | Apr 26, 2018 | ||||||
Rule: Track lack of copyright and license headers | Unassigned | Alban Auzeill | Unresolved | Feb 19, 2018 | Apr 26, 2018 | ||||||
Rule: "switch" statements should not have too many "case" clauses | Unassigned | Alban Auzeill | Unresolved | Feb 19, 2018 | Apr 26, 2018 | ||||||
Rule: Unused local variables should be removed | Unassigned | Alban Auzeill | Unresolved | Feb 19, 2018 | Apr 26, 2018 | ||||||
Rule: Variables should not be self-assigned | Unassigned | Alban Auzeill | Unresolved | Feb 19, 2018 | Apr 26, 2018 | ||||||
Rule: Loops with at most one iteration should be refactored | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Apr 26, 2018 | ||||||
Rule: Identical expressions should not be used on both sides of a binary operator | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Apr 26, 2018 | ||||||
Rule: "switch" statements should not be nested | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Apr 26, 2018 | ||||||
Rule: Dead stores should be removed | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Apr 26, 2018 | ||||||
Rule: Related "if/else if" statements should not have the same condition | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Apr 26, 2018 | ||||||
Rule: Two branches in a conditional structure should not have exactly the same implementation | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Apr 26, 2018 | ||||||
Rule: Credentials should not be hard-coded | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Apr 26, 2018 | ||||||
Rule: Multiline blocks should be enclosed in curly braces | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Apr 26, 2018 | ||||||
Rule: "=+" should not be used instead of "+=" | Unassigned | Alban Auzeill | Unresolved | Feb 20, 2018 | Apr 26, 2018 | ||||||
Rule: Cognitive Complexity of functions should not be too high | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Apr 26, 2018 | ||||||
Rule: All branches in a conditional structure should not have exactly the same implementation | Unassigned | Alban Auzeill | Unresolved | Feb 21, 2018 | Apr 26, 2018 | ||||||
Support directives inside statements | Unassigned | Pierre-Yves Nicolas | Unresolved | Nov 6, 2015 | Apr 17, 2018 | ||||||
Improve parser: Support the "DEF" attribute in declarations | Unassigned | Dinesh Bolkensteyn | Unresolved | Oct 31, 2013 | Dec 1, 2016 | ||||||
Rule OneStatementPerLine does not handle included content correctly | Unassigned | Pierre-Yves Nicolas | Unresolved | Nov 6, 2015 | Jul 12, 2016 | ||||||
Preprocessor: % and "include" can be seperated by whitespaces | Unassigned | Dinesh Bolkensteyn | Unresolved | Oct 31, 2013 | Jul 12, 2016 | ||||||
False positive in MultiLineString: INIT attribute only accepts constants | Unassigned | Pierre-Yves Nicolas | Unresolved | Nov 6, 2015 | Nov 6, 2015 | ||||||
Support every control flow statement in rule "NestedIfDepth" | Unassigned | Linda Martin | Unresolved | Jul 31, 2015 | Jul 31, 2015 | ||||||
Rule: The generic attribute must always have an otherwise entry reference | Unassigned | Dinesh Bolkensteyn | Unresolved | Oct 15, 2012 | Jan 13, 2014 | ||||||
Rule : Avoid commented out lines of code | Unassigned | Freddy Mallet | Unresolved | Oct 11, 2012 | Apr 10, 2013 | ||||||
Rule : Limit the number of ELSE IF in a group or replace them by a more readable SELECT statement | Unassigned | Freddy Mallet | Unresolved | Oct 11, 2012 | Apr 9, 2013 | ||||||
Rule : Limit the number of LOC in a SELECT/WHEN clause | Unassigned | Freddy Mallet | Unresolved | Oct 11, 2012 | Apr 9, 2013 | ||||||
Rule on dead code : detect unused local procedure | Unassigned | Freddy Mallet | Unresolved | Oct 11, 2012 | Apr 9, 2013 | ||||||
Rule : Procedure should not be left uncommented | Unassigned | Freddy Mallet | Unresolved | Sep 25, 2012 | Apr 9, 2013 | ||||||
Rule : Avoid too complex conditions | Unassigned | Freddy Mallet | Unresolved | Sep 25, 2012 | Apr 9, 2013 | ||||||
Rule : Avoid too complex procedure | Unassigned | Freddy Mallet | Unresolved | Sep 25, 2012 | Apr 9, 2013 |
1-50 of 58