Open eclipse-qvt-oml-bot opened 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 |
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.
By Radomil Dvorak on Jan 19, 2009 10:38
Adjusting target milestone
By Radomil Dvorak on Apr 08, 2009 06:21
Ajusting milestone 2.0 M7
| --- | --- | | 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.