mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Adjust query precision
This commit is contained in:
@@ -76,6 +76,7 @@ ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloadi
|
||||
ql/java/ql/src/Violations of Best Practice/Naming Conventions/LocalShadowsFieldConfusing.ql
|
||||
ql/java/ql/src/Violations of Best Practice/Naming Conventions/SameNameAsSuper.ql
|
||||
ql/java/ql/src/Violations of Best Practice/Records/IgnoredSerializationMembersOfRecordClass.ql
|
||||
ql/java/ql/src/Violations of Best Practice/SpecialCharactersInLiterals/NonExplicitControlAndWhitespaceCharsInLiterals.ql
|
||||
ql/java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToStringToString.ql
|
||||
ql/java/ql/src/Violations of Best Practice/Undesirable Calls/DefaultToString.ql
|
||||
ql/java/ql/src/Violations of Best Practice/Undesirable Calls/DoNotCallFinalize.ql
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* @description Non-explicit control and whitespace characters in literals make code more difficult
|
||||
* to read and may lead to incorrect program behavior.
|
||||
* @kind problem
|
||||
* @precision medium
|
||||
* @precision very-high
|
||||
* @problem.severity warning
|
||||
* @tags quality
|
||||
* correctness
|
||||
|
||||
Reference in New Issue
Block a user