Bug 157715 - Incorrect validation rule : ConnectorOperations::validateAssemblyConnector()
Summary: Incorrect validation rule : ConnectorOperations::validateAssemblyConnector()
Status: VERIFIED FIXED
Alias: None
Product: MDT.UML2
Classification: Modeling
Component: Core (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Kenn Hussey CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-09-18 20:53 EDT by James Bruck CLA
Modified: 2012-05-22 11:29 EDT (History)
0 users

See Also:


Attachments
patch for validation rule (18.62 KB, patch)
2006-09-19 11:51 EDT, James Bruck CLA
Kenn.Hussey: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Bruck CLA 2006-09-18 20:53:15 EDT
ConnectorOperations::validateAssemblyConnector() should take into account inerited required and provided interfaces and inherited interfaces.

eg.   if 2 general classifiers require and provide an interface then it should be valid for 2 parts typed by specific classifiers since they indirectly require and provide interfaces through the more general classifier.

Root cause is ConnectableElementOperations.getRequireds and getProvideds
Comment 1 James Bruck CLA 2006-09-19 11:51:46 EDT
Created attachment 50479 [details]
patch for validation rule
Comment 2 Kenn Hussey CLA 2006-09-19 13:59:03 EDT
The fix has been committed to CVS.
Comment 3 Kenn Hussey CLA 2006-09-21 10:03:50 EDT
Fixed in M200609210850.
Comment 4 Nick Boldt CLA 2008-01-28 16:36:13 EST
Move to verified as per bug 206558.