eclipse-qvto / org.eclipse.qvto

Eclipse Public License 2.0
0 stars 1 forks source link

Support feature hiding for intermediate subclasses #317

Open eclipse-qvt-oml-bot opened 5 days ago

eclipse-qvt-oml-bot commented 5 days ago

| --- | --- | | Bugzilla Link | 257697 | | Status | NEW | | Importance | P3 enhancement | | Reported | Dec 05, 2008 05:59 EDT | | Modified | May 25, 2009 05:30 EDT | | Version | 1.0 | | Reporter | Sergey Boyko |

Description

At present the following source produces several errors about feature hiding:

intermediate class MyBase {\ name : String;\ a : Integer;\ }

intermediate class MyClass extends MyBase, ecore::EClassifier {\ a : Integer = 5;\ b : String = 'a';\ }

Should be supported in Java way, i.e. allow subclass to hide features from superclass.

eclipse-qvt-oml-bot commented 5 days ago

By Radomil Dvorak on Jan 19, 2009 10:38

Adjusting target milestone

eclipse-qvt-oml-bot commented 5 days ago

By Radomil Dvorak on Apr 08, 2009 06:21

Ajusting milestone 2.0 M7