Skip to content

Commit 9670941

Browse files
committed
Java: Promoted java/visible-for-testing-abuse to quality
1 parent 87ff5e9 commit 9670941

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ ql/java/ql/src/Violations of Best Practice/Exception Handling/IgnoreExceptionalR
7373
ql/java/ql/src/Violations of Best Practice/Exception Handling/NumberFormatException.ql
7474
ql/java/ql/src/Violations of Best Practice/Implementation Hiding/AbstractToConcreteCollection.ql
7575
ql/java/ql/src/Violations of Best Practice/Implementation Hiding/ExposeRepresentation.ql
76+
ql/java/ql/src/Violations of Best Practice/Implementation Hiding/VisibleForTestingAbuse.ql
7677
ql/java/ql/src/Violations of Best Practice/Naming Conventions/AmbiguousOuterSuper.ql
7778
ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingMethodNames.ql
7879
ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloading.ql

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
@@ -71,6 +71,7 @@ ql/java/ql/src/Violations of Best Practice/Exception Handling/IgnoreExceptionalR
7171
ql/java/ql/src/Violations of Best Practice/Exception Handling/NumberFormatException.ql
7272
ql/java/ql/src/Violations of Best Practice/Implementation Hiding/AbstractToConcreteCollection.ql
7373
ql/java/ql/src/Violations of Best Practice/Implementation Hiding/ExposeRepresentation.ql
74+
ql/java/ql/src/Violations of Best Practice/Implementation Hiding/VisibleForTestingAbuse.ql
7475
ql/java/ql/src/Violations of Best Practice/Naming Conventions/AmbiguousOuterSuper.ql
7576
ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingMethodNames.ql
7677
ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloading.ql

java/ql/src/Violations of Best Practice/Implementation Hiding/VisibleForTestingAbuse.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* @kind problem
88
* @precision high
99
* @problem.severity warning
10-
* @tags maintainability
10+
* @tags quality
11+
* maintainability
1112
* readability
1213
*/
1314

0 commit comments

Comments
 (0)