foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

Make sure `extendsModel` -> `extends` works in Java #482

Open bshepherdson opened 8 years ago

bshepherdson commented 8 years ago

It should be fine in the prototype, but the meta-modeling branch will need to be checked for this. Never using the property name directly should be sufficient to avoid keyword collisions in general. That is, we use getMyProp, myProp_ and so on, never just myProp.