We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f810e17 commit aefd941Copy full SHA for aefd941
java/ql/src/Language Abuse/TypeVariableHidesType.ql
@@ -6,10 +6,10 @@
6
* @problem.severity warning
7
* @precision medium
8
* @id java/type-variable-hides-type
9
- * @tags reliability
+ * @tags quality
10
+ * maintainability
11
* readability
12
* types
- * quality
13
*/
14
15
import java
javascript/ql/src/Quality/UnhandledErrorInStreamPipeline.ql
@@ -6,7 +6,7 @@
* @precision high
* @tags quality
- * maintainability
+ * reliability
* error-handling
* frameworks/nodejs
0 commit comments