Project

General

Profile

Document options:

Item attributes:

PJV: PorisJava

1. PJV-0001: Exception while converting string to float

In case we have a param which can have a number value or a string value, when changing from string to number the value has to be converted (if possible). If there is an exception, the default float shall be set.

In particular, if the string is an IP address, which has several dots, exception occurs in the background, and the value is still there.



Go to top