Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712a337 commit c8d60c9Copy full SHA for c8d60c9
1 file changed
javascript/ql/src/Declarations/SuspiciousMethodNameDeclaration.ql
@@ -1,7 +1,7 @@
1
/**
2
* @name Suspicious method name declaration
3
- * @description Declaring a class or interface method with a special name may cause a normal
4
- * named method to be declared when a special type was expected.
+ * @description A method declaration with a name that would be a special keyword in another
+ * context is suspicious.
5
* @kind problem
6
* @problem.severity warning
7
* @id js/suspicious-method-name-declaration
0 commit comments