Skip to content

Commit ccbf705

Browse files
committed
Adjust query precision
1 parent d16570b commit ccbf705

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

java/ql/integration-tests/java/query-suite/java-code-quality.qls.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloadi
7676
ql/java/ql/src/Violations of Best Practice/Naming Conventions/LocalShadowsFieldConfusing.ql
7777
ql/java/ql/src/Violations of Best Practice/Naming Conventions/SameNameAsSuper.ql
7878
ql/java/ql/src/Violations of Best Practice/Records/IgnoredSerializationMembersOfRecordClass.ql
79+
ql/java/ql/src/Violations of Best Practice/SpecialCharactersInLiterals/NonExplicitControlAndWhitespaceCharsInLiterals.ql
7980
ql/java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToStringToString.ql
8081
ql/java/ql/src/Violations of Best Practice/Undesirable Calls/DefaultToString.ql
8182
ql/java/ql/src/Violations of Best Practice/Undesirable Calls/DoNotCallFinalize.ql

java/ql/src/Violations of Best Practice/SpecialCharactersInLiterals/NonExplicitControlAndWhitespaceCharsInLiterals.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @description Non-explicit control and whitespace characters in literals make code more difficult
55
* to read and may lead to incorrect program behavior.
66
* @kind problem
7-
* @precision medium
7+
* @precision very-high
88
* @problem.severity warning
99
* @tags quality
1010
* correctness

0 commit comments

Comments
 (0)