| | Forward declarations should not be redundant | | | | | Unresolved | Jul 6, 2015 | Jun 2, 2022 | | |
| | "Thread.sleep" should not be used in tests | | | | | Unresolved | May 12, 2015 | Apr 11, 2022 | | |
| | "@NonNull" values should not be set to null | | | | | Unresolved | Feb 20, 2015 | Mar 16, 2022 | | |
| | Regular expressions should be syntactically valid | | | | | Unresolved | May 18, 2020 | Mar 16, 2022 | | |
| | Methods returns should not be invariant | | | | | Unresolved | Jan 28, 2016 | Mar 16, 2022 | | |
| | Values assigned to variables should match their type annotations | | | | | Unresolved | Jul 1, 2020 | Mar 10, 2022 | | |
| | Exceptions should not be created without being thrown | | | | | Unresolved | Apr 27, 2017 | Feb 23, 2022 | | |
| | Type checks shouldn't be confusing | | | | | Unresolved | May 19, 2020 | Feb 23, 2022 | | |
| | Item operations should be done on objects supporting them | | | | | Unresolved | Nov 22, 2019 | Feb 18, 2022 | | |
| | Printf-style format strings should be used correctly | | | | | Unresolved | Dec 9, 2015 | Feb 16, 2022 | | |
| | Identity operators should not be used with dissimilar types | | | | | Unresolved | Nov 20, 2015 | Feb 2, 2022 | | |
| | Unused local variables should be removed | | | | | Unresolved | Dec 2, 2013 | Jan 27, 2022 | | |
| | Credentials Provider should be set explicitly when creating a new "AwsClient" | | | | | Unresolved | May 3, 2021 | Jan 26, 2022 | | |
| | Reusable resources should be initialized at construction time of Lambda functions | | | | | Unresolved | May 3, 2021 | Jan 26, 2022 | | |
| | Consumer Builders should be used | | | | | Unresolved | May 4, 2021 | Jan 26, 2022 | | |
| | Lambdas should not invoke other lambdas synchronously | | | | | Unresolved | May 4, 2021 | Jan 26, 2022 | | |
| | AWS region should not be set with a hardcoded String | | | | | Unresolved | May 7, 2021 | Jan 26, 2022 | | |
| | Using Long-term access keys are security-sensitive | | | | | Unresolved | May 7, 2021 | Jan 26, 2022 | | |
| | Region should be set explicitly when creating a new "AwsClient" | | | | | Unresolved | May 3, 2021 | Jan 26, 2022 | | |
| | "Stream.toList()" method should be used instead of "collectors" when unmodifiable list needed | | | | | Unresolved | Mar 18, 2021 | Dec 13, 2021 | | |
| | JUnit5 inner test classes should be annotated with @Nested | | | | | Unresolved | Apr 20, 2020 | Dec 10, 2021 | | |
| | "starts_with" and "ends_with" should be used for prefix and postfix checks | | | | | Unresolved | Mar 1, 2021 | Dec 6, 2021 | | |
| | Inheritance should be "public" | | | | | Unresolved | Dec 11, 2015 | Nov 30, 2021 | | |
| | Pointer and reference local variables should be "const" if the corresponding object is not modified | | | | | Unresolved | May 24, 2019 | Nov 8, 2021 | | |
| | Regex boundaries should not be used in a way that can never be matched | | | | | Unresolved | Oct 6, 2020 | Nov 8, 2021 | | |
| | Member functions that don't mutate their objects should be declared "const" | | | | | Unresolved | May 4, 2020 | Nov 5, 2021 | | |
| | Subroutine parameters should be passed by reference rather than by value | | | | | Unresolved | Sep 6, 2013 | Nov 5, 2021 | | |
| | "std::string_view" and "std::span" parameters should be directly constructed from sequences | | | | | Unresolved | Apr 6, 2021 | Nov 5, 2021 | | |
| | "auto" should not be used to deduce raw pointers | | | | | Unresolved | Nov 14, 2017 | Oct 28, 2021 | | |
| | Collection.isEmpty() should be used to test for emptiness | | | | | Unresolved | Jul 26, 2013 | Oct 22, 2021 | | |
| | Special member function should not be defined unless a non standard behavior is required | | | | | Unresolved | Jan 12, 2016 | Oct 21, 2021 | | |
| | Use "make_unique" and "make_shared" to construct "unique_ptr" and "shared_ptr" | | | | | Unresolved | Aug 20, 2020 | Oct 19, 2021 | | |
| | Tests should include assertions | | | | | Unresolved | Mar 12, 2015 | Oct 12, 2021 | | |
| | "explicit" should be used on single-parameter constructors and conversion operators | | | | | Unresolved | Apr 30, 2014 | Oct 8, 2021 | | |
| | "using enum" should be used in scopes with high concentration of "enum" constants | | | | | Unresolved | Mar 1, 2021 | Oct 8, 2021 | | |
| | Exception handlers should preserve the original exceptions | | | | | Unresolved | Jul 30, 2013 | Oct 5, 2021 | | |
| | Lambdas should be replaced with method references | | | | | Unresolved | Feb 26, 2014 | Oct 5, 2021 | | |
| | The number of arguments passed to a function should match the number of parameters | | | | | Unresolved | May 14, 2013 | Oct 1, 2021 | | |
| | Lambda return types should be implicit | | | | | Unresolved | Mar 21, 2016 | Sep 30, 2021 | | |
| | Transparent comparator should be used with associative "std::string"containers | | | | | Unresolved | Oct 22, 2020 | Sep 22, 2021 | | |
| | Empty class members should be marked as "[[no_unique_address]]" | | | | | Unresolved | Mar 31, 2021 | Sep 20, 2021 | | |
| | Redundant pairs of parentheses should be removed | | | | | Unresolved | Jul 3, 2013 | Sep 13, 2021 | | |
| | Character classes in regular expressions should not contain the same character twice | | | | | Unresolved | May 20, 2020 | Sep 9, 2021 | | |
| | Unnecessary imports should be removed | | | | | Unresolved | Jul 10, 2013 | Sep 9, 2021 | | |
| | "PreparedStatement" and "ResultSet" methods should be called with valid indices | | | | | Unresolved | Mar 11, 2015 | Sep 8, 2021 | | |
| | Swift: Unused "private" functions should be removed | | | | | Unresolved | Aug 16, 2016 | Sep 8, 2021 | | |
| | Member variable visibility should be specified | | | | | Unresolved | Sep 19, 2014 | Sep 8, 2021 | | |
| | Records should be used instead of ordinary classes when representing immutable data structure | | | | | Unresolved | Mar 19, 2021 | Sep 8, 2021 | | |
| | Sets with elements that are enum values should be replaced with EnumSet | | | | | Unresolved | Mar 24, 2014 | Sep 8, 2021 | | |
| | Sections of code should not be commented out | | | | | Unresolved | May 8, 2013 | Sep 8, 2021 | | |