Skip to content

Commit ddfd774

Browse files
committed
Adjust query precision
1 parent b0e1654 commit ddfd774

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
@@ -75,6 +75,7 @@ ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingMethodNam
7575
ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloading.ql
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
78+
ql/java/ql/src/Violations of Best Practice/SpecialCharactersInLiterals/NonExplicitControlAndWhitespaceCharsInLiterals.ql
7879
ql/java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToStringToString.ql
7980
ql/java/ql/src/Violations of Best Practice/Undesirable Calls/DefaultToString.ql
8081
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)