google-code-export / umple

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

Umple methods are not properly parsing open square brackets ([) #413

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Both methods below should resolve to be umple methods, but "notokay" falls out 
and lands in extra_code.

class X
{
  void okay()
  {
    //a
  }
  void notokay()
  {
    //[
  }
}

Original issue reported on code.google.com by aforw...@gmail.com on 27 Aug 2013 at 5:38

GoogleCodeExporter commented 9 years ago
Issue 414 has been merged into this issue.

Original comment by RedEyedM...@gmail.com on 27 Aug 2013 at 5:40

GoogleCodeExporter commented 9 years ago
Issue 414 has been merged into this issue.

Original comment by aforw...@gmail.com on 27 Aug 2013 at 5:42

GoogleCodeExporter commented 9 years ago

Original comment by RedEyedM...@gmail.com on 11 Sep 2013 at 9:38