Static operations for static properties

Issue #415 resolved
Matthias Schoettle created an issue

When getters and/or setters are created for static properties (attributes or association ends), they are not static.

Steps to reproduce:

  1. Make association end or attribute static
  2. Create getter, setter or both for the property

Actual Result:

Getter/setter operation that is not static.

Expected Result:

Getter/setter operation that is static.

Comments (6)

  1. Log in to comment