Pawel P created WICKET-5536:
-------------------------------
Summary: Error message without parmeters filled.
Key: WICKET-5536
URL: https://issues.apache.org/jira/browse/WICKET-5536
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 6.14.0
Environment: All
Reporter: Pawel P
Priority: Trivial
Method throws exception without parameters filled.
Method :
public static <T extends Enum<T>> T toEnum(final CharSequence value, final
Class<T> enumClass)
Class:
org.apache.wicket.util.string.Strings
Exception message:
String.format("Cannot convert '{}' to enum constant of type '{}'.", value,
enumClass)
--
This message was sent by Atlassian JIRA
(v6.2#6252)