google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Constraint error message grammar #600

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The generated error message always assumes that the number of constraint 
attributes is always one. For example, try this model:

class Test {
  Integer age;
  String name;
  [age> 18&& name!= ""]
}

The error message will be:
"Please provide a valid age, name");

Instead, it shall be:
"Please provide valid age, and name");

Please use labels and text to provide additional information.
N/A

Original issue reported on code.google.com by ahmedvc@gmail.com on 28 Jun 2014 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by ahmedvc@gmail.com on 9 Jul 2014 at 10:06

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 24 Jul 2014 at 2:56