Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d228bd0

Browse files
committed
Fixed compilation error
1 parent 4ebfb01 commit d228bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/Violations of Best Practice/Exception Handling/NumberFormatException.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Missing catch of NumberFormatException
33
* @description Calling 'Integer.parseInt' without handling 'NumberFormatException'.
44
* @kind problem
5-
* @problem.severity warning
5+
* @problem.severity recommendation
66
* @precision high
77
* @id java/uncaught-number-format-exception
88
* @tags reliability

0 commit comments

Comments
 (0)