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
Absolutely, I think we can do this. I was a little surprised that this wasn't already supported :) I think URI.create will be sufficient. Of course the default will have to be a valid URI to avoid an exception.
I'm not really convinced about creating private static fields. I think we should simply assign these fields like:
joelittlejohn
changed the title
URI format with default generates null value
Support URI format properties with a default value using URI.create
Dec 16, 2016
This generates the fields,
But when the
format
is removed it generates a a String value,Can we support creating default URIs? Presumably they could be private static fields.
The text was updated successfully, but these errors were encountered: