Skip to content

Commit ec54100

Browse files
committed
JS: Deprecate UnreachableMethodOverlaods
This query needs a rewrite to ensure good performance, but it has too few results to justify doing this.
1 parent 6ddb9c7 commit ec54100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Declarations/UnreachableMethodOverloads.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @deprecated
23
* @name Unreachable method overloads
34
* @description Having multiple overloads with the same parameter types in TypeScript
45
* makes all overloads except the first one unreachable, as the compiler
@@ -7,8 +8,7 @@
78
* @problem.severity warning
89
* @id js/unreachable-method-overloads
910
* @precision high
10-
* @tags quality
11-
* reliability
11+
* @tags reliability
1212
* correctness
1313
* typescript
1414
*/

0 commit comments

Comments
 (0)