-
Sub-task
-
Resolution: Done
-
Major
-
2.0.0.CR2
-
None
When you create a Min constraint (it's ok for Max), you can add as many -value attributes you want. You should only have one -value :
[Item.java]$ constraint-add --onProperty description --constraint Min -- --message --onAccessor --value --payload --groups [Item.java]$ constraint-add --onProperty description --constraint Min --value -- --message --value --payload --groups [Item.java]$ constraint-add --onProperty description --constraint Min --value -- --message --value --payload --groups [Item.java]$ constraint-add --onProperty description --constraint Min --value 12 --value 13 -- --message --payload --groups [Item.java]$ constraint-add --onProperty description --constraint Min --value 12 --value 13 --