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
The checked exceptions (MalformedURLException) unnecessarily complicate code using the respective ValueProvider methods.
If the generated URL is malformed, the methods should rather wrap the MalformedURLException in a runtime exception.
In addition, the 'decorations' should be applied to the passed domain string just as for other string based properties.
The text was updated successfully, but these errors were encountered:
The checked exceptions (MalformedURLException) unnecessarily complicate code using the respective ValueProvider methods.
If the generated URL is malformed, the methods should rather wrap the MalformedURLException in a runtime exception.
In addition, the 'decorations' should be applied to the passed domain string just as for other string based properties.
The text was updated successfully, but these errors were encountered: