google-code-export / umple

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

Do not generate method bodies if language specific set and requested language not provided #629

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

When generating the following in PHP, I (and Andrew) do not think the method 
body should be produce.

class Lamp { String log;

public String doSomething() Java { xxxx }

}

Original issue reported on code.google.com by ac.ring...@gmail.com on 19 Sep 2014 at 2:54

GoogleCodeExporter commented 9 years ago
Yes, If there is a java only body, then generate no body for other languages.

Original comment by TimothyCLethbridge on 21 Sep 2014 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 22 Sep 2014 at 5:47

GoogleCodeExporter commented 9 years ago
A fix for this issue in was committed in r4535

Original comment by ac.ring...@gmail.com on 24 Oct 2014 at 3:02

GoogleCodeExporter commented 9 years ago

Original comment by ac.ring...@gmail.com on 2 Dec 2014 at 8:51