just3obad / smartsoft-12

Automatically exported from code.google.com/p/smartsoft-12
0 stars 0 forks source link

Wrong return types #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The return types of all my methods in the story model are wrong in the class 
diagram:

They should be (as I added them in the Class Diagram Foundation):
  array_array_integer def get_story_stat
  integer def get_story_start_date
  user_array def liked
  user_array def disliked

But they are:

  integer get_story_stat
  date get_story_start_date
  boolean liked
  boolean disliked

Can you please fix them??
Thank you..

Original issue reported on code.google.com by lydia.si...@gmail.com on 23 May 2012 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by elmen...@gmail.com on 23 May 2012 at 6:08