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 4ebfb01 commit d228bd0Copy full SHA for d228bd0
1 file changed
java/ql/src/Violations of Best Practice/Exception Handling/NumberFormatException.ql
@@ -2,7 +2,7 @@
2
* @name Missing catch of NumberFormatException
3
* @description Calling 'Integer.parseInt' without handling 'NumberFormatException'.
4
* @kind problem
5
- * @problem.severity warning
+ * @problem.severity recommendation
6
* @precision high
7
* @id java/uncaught-number-format-exception
8
* @tags reliability
0 commit comments