Bug 275887

Summary: Detect ambiguous operation lookup
Product: [Modeling] QVTo Reporter: Radomil Dvorak <dvorak.radek>
Component: EngineAssignee: Radomil Dvorak <dvorak.radek>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: Documentation
Version: 1.0   
Target Milestone: 2.0 RC   
Hardware: All   
OS: All   
Whiteboard:

Description Radomil Dvorak CLA 2009-05-12 11:06:09 EDT
Current implementation considers only the first operation match and only finds most specific redefinition based
on the owner type.

Ordinary operation parameters should be taken into account too according to Java overloading rules and
eventually report ambiguous lookup warning, in case we can't figure the most specific operation
Comment 1 Radomil Dvorak CLA 2009-05-12 11:36:14 EDT
Fixed.