mardi 22 novembre 2016

Component Independence Testing

I want to test the inter calling of different components used in my project and want to see the calling hierarchy. I have tried Sonar Qube and other standard tools to visualize component independence. Is there any plugin or extension for Eclipse to test Component Independence in Java Project? Let's say I have three packages in java project (package1, package2 and package3). I want to visualize how much classes of package1 is using classes (class's methods) of package2 and vice versa.

Aucun commentaire:

Enregistrer un commentaire