Community
Participate
Working Groups
Build Identifier: M20100909-0800 If an actor class extends a base class which has members, the code generator should produce all members with accessability "protected" instead of "private". The extending actor must reach the members of the base class because the generated code holds a copy of the behaviour code of the base class. By now the extending class cannot access the member directly but only using the automatically generated public getter method. Reproducible: Always Steps to Reproduce: 1. Create a base class with member variable 2. Use the member directly inside the behaviour 3. Create another actor class extending the above base class 4. Generate code
resolved with b899b7153107b7895067ad4b9504891aa847920a
closed resolved bug
tagged as version 0.1.0