Project

Profile

Help

Bug #3425

Updated by Debbie Lockett almost 4 years ago

An internal error occurs if package A uses package B which uses package C. 


 


 Example test case showing the problem: use-package-170. 


 


 The problem arises because when a component ("co" element in the SEF file) has no child element (representing the implementation or "actor"), the code looks to find the child of the base component, but this is not done transitively. 
 

Back