]
Scott M Stark resolved JBMAN-46.
--------------------------------
Resolution: Done
Further MetaValue usage cleanup
-------------------------------
Key: JBMAN-46
URL:
https://jira.jboss.org/jira/browse/JBMAN-46
Project: JBoss Managed
Issue Type: Task
Affects Versions: JBossMan.2.0.0.CR5
Reporter: Scott M Stark
Assignee: Scott M Stark
Fix For: JBossMan.2.0.0.GA
Another place where MetaValues are not being used in the api is in the ManagedProperty
min/max and valid value checks:
Comparable<?> getMinimumValue();
Comparable<?> getMaximumValue();
String checkValidValue(Serializable value);
These should be:
Comparable<? extends MetaValue> getMinimumValue();
Comparable<? extends MetaValue> getMaximumValue();
String checkValidValue(MetaValue value);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: