We are using CodePro Analytix to compute metrics for our software. While calculating Efferent Coupling
it is listing classes who have dependency only on Java Objects like String, Exception etc.. We would like to
exclude dependencies on java packages like
java.io, java.lang, java.util while calculating Efferent Coupling.
Is there anything we can configure in the Codepro Analytix to achieve this.
We believe we should not consider such classes while calculating efferent coupling, as almost every java class we write will
use one or other java.lang, java.util packages.
For Eg: In com.instantiations.example.pattern package - Priority Class has only dependency on java.lang and java.util
packages.