google-code-export / umple

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

Ruby comments generated by extra code are broken #443

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Similar to issue 419.

Comments generated by the analyzeException method in 
UmpleInternalParser_CodeClass.ump all only use "//" for automatically generated 
comments.

Example:
class ISomething{
  public void getCode();
}

becomes

#------------------------
# DEVELOPER CODE - PROVIDED AS-IS
#------------------------

// line 3 model.ump
public void getCode() ;

rather than

#------------------------
# DEVELOPER CODE - PROVIDED AS-IS
#------------------------

# line 3 model.ump
public void getCode() ;

Original issue reported on code.google.com by glkleens...@gmail.com on 2 Oct 2013 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 3 Oct 2013 at 12:49

GoogleCodeExporter commented 9 years ago

Original comment by jc.jaysee314 on 15 Nov 2013 at 5:21

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3282.

Original comment by glkleens...@gmail.com on 12 Dec 2013 at 7:06