It would be great to visualize metrics for certain architecture elements.
Imagine we have annotated all use cases of our application with @usecase and all domain entities with @DomainEntity. Or all use case classes end with "...UseCase" and all domain entities end with "...DomainEntity". Or any of a number of other "rules" to identify certain architecture elements.
Coderadar could let the user specify those rules and the visualize a set of metrics on only these elements.
This way we can make a targeted analysis on architecturally relevant classes.
Example: it would be interesting to compare the modification frequency of just the use cases or just the domain entities.
It would be great to visualize metrics for certain architecture elements.
Imagine we have annotated all use cases of our application with @usecase and all domain entities with @DomainEntity. Or all use case classes end with "...UseCase" and all domain entities end with "...DomainEntity". Or any of a number of other "rules" to identify certain architecture elements.
Coderadar could let the user specify those rules and the visualize a set of metrics on only these elements.
This way we can make a targeted analysis on architecturally relevant classes.
Example: it would be interesting to compare the modification frequency of just the use cases or just the domain entities.