Skip to content

Commit 4227cdb

Browse files
committed
Java: Tweak query description.
1 parent 26bcf4b commit 4227cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -1,7 +1,7 @@
11
/**
22
* @name Missing catch of NumberFormatException
33
* @description Calling a string to number conversion method without handling
4-
* 'NumberFormatException'.
4+
* 'NumberFormatException' may cause unexpected runtime exceptions.
55
* @kind problem
66
* @problem.severity recommendation
77
* @precision high

0 commit comments

Comments
 (0)