You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At many places in Roddy, RoddyToolLib RoddyConversionHelper functions to parse integers, etc. are used. These methods are unsafe, because they catch all exceptions and instead return some default value.
Check all sites the methods are used, and verify, that the default value indeed is safe to use. Generally, require the user to properly configure Roddy, rather than best guessing some value.
Replace the sites where this is not the case, by a normal exception.
The text was updated successfully, but these errors were encountered:
At many places in Roddy, RoddyToolLib
RoddyConversionHelper
functions to parse integers, etc. are used. These methods are unsafe, because they catch all exceptions and instead return some default value.The text was updated successfully, but these errors were encountered: