Bug 275887 - Detect ambiguous operation lookup
Summary: Detect ambiguous operation lookup
Status: RESOLVED FIXED
Alias: None
Product: QVTo
Classification: Modeling
Component: Engine (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 RC   Edit
Assignee: Radomil Dvorak CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2009-05-12 11:06 EDT by Radomil Dvorak CLA
Modified: 2009-05-12 12:21 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.