Fixed compilation error

This commit is contained in:
Nate Nystrom
2018-10-24 15:50:00 +02:00
parent 4ebfb019d8
commit d228bd0b13

View File

@@ -2,7 +2,7 @@
* @name Missing catch of NumberFormatException
* @description Calling 'Integer.parseInt' without handling 'NumberFormatException'.
* @kind problem
* @problem.severity warning
* @problem.severity recommendation
* @precision high
* @id java/uncaught-number-format-exception
* @tags reliability