google-code-export / umple

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

Tracing all attributes in an Umple class using a single trace directive #517

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Adding the capability of tracing all attributes in an Umple class using a 
single trace directive. Developers can do using a specific wildcard 
(*attribute).

[Suggested Syntax]

class Student
{
  name;
  Integer id;
  address;

  trace *attribute;
}

Here, trace code will be injected for all attributes in the class (i.e. 
name,id, and address)

Original issue reported on code.google.com by hjam...@gmail.com on 20 Feb 2014 at 8:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by hjam...@gmail.com on 20 Feb 2014 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by hjam...@gmail.com on 20 Feb 2014 at 8:26