In Reverse Engineering: When we generate the class diagram from code, the relations between classes should be automatically generated.
For example, if we have a list of objects as atribute of a class, that list could represent the relation between many instances of other class. After the creation of the class diagram we will see that list as an atribute but the correct model should have the proper relation drawn instead.
In Reverse Engineering: When we generate the class diagram from code, the relations between classes should be automatically generated. For example, if we have a list of objects as atribute of a class, that list could represent the relation between many instances of other class. After the creation of the class diagram we will see that list as an atribute but the correct model should have the proper relation drawn instead.
(ref: 33605, 34391)