If a registered StringValueTransformer returns None, bowler tries to call the method with None as argument, even if its formal parameter is not of type Option[T]. This results in an exception from inside java.lang.reflect which is not clear as to what the real problem is.
If a registered
StringValueTransformer
returnsNone
, bowler tries to call the method withNone
as argument, even if its formal parameter is not of typeOption[T]
. This results in an exception from insidejava.lang.reflect
which is not clear as to what the real problem is.