Bug 460962 - [xbase][validation] Enabled qualified super validation by default
Summary: [xbase][validation] Enabled qualified super validation by default
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.8.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-26 11:11 EST by Sebastian Zarnekow CLA
Modified: 2015-02-26 11:11 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Zarnekow CLA 2015-02-26 11:11:31 EST
The validation needs to be enabled by default in default methods. Currently its disabled by default since there is no straight forwards means to access the method context for the current expression. It was disabled because the validation broke Xcore which does some tricks, e.g. putting methods with expression into interfaces even though they are not default methods.