google-code-export / umple

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

Generate warning when a before or after statement doesn't match any methods #512

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
if I say 

after junk {destuff();}

This is silently ignored. Junk could be mis-spelled and the user would never 
know.

There should be a warning.

Original issue reported on code.google.com by TimothyCLethbridge on 11 Feb 2014 at 4:48

GoogleCodeExporter commented 9 years ago

Original comment by TylerJDMcConnell on 21 Mar 2014 at 2:24

GoogleCodeExporter commented 9 years ago
The fix for this bug will exist in the code where the metamodel is fully 
populated. Issue 505 is similar to this issue and the fix for it should give 
good guidance on what to do for this issue.

Original comment by TylerJDMcConnell on 24 Apr 2014 at 3:36