google-code-export / umple

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

Constraints only generated for first listed language #504

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the following Umple file:

generate Java;
generate Ruby;
generate Php;

class Range {
  Integer start;
  Integer end;
  [start < end];
}

java -jar umple.jar range.ump

Constraint-verifying code is only properly generated for the first language 
listed (in this case Java). Constraint-verifying code should be put into the 
generated code in all the language

Original issue reported on code.google.com by Astronomix@gmail.com on 9 Feb 2014 at 5:47

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by aforw...@gmail.com on 9 Feb 2014 at 10:13

GoogleCodeExporter commented 9 years ago
Verified in command line by MG.

Original comment by asopa...@gmail.com on 9 Feb 2014 at 10:35

GoogleCodeExporter commented 9 years ago
Accepted.

Please note that the build failed due to internal reasons (possibly based
on the threading approach to building).  I re-ran the build server and
things worked as expected.

Tyler, you have been promoted to committer, please see previous email to
Cody about setting that up.

Original comment by aforw...@gmail.com on 9 Feb 2014 at 11:02