Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When dependency:analyze shows that a module has used classes from an undeclared dependency, it may not be clear which classes are involved. In particular, on large projects where modules and packages don't have a clear 1:1 relationship.
It would be useful if there was (opt-in?) display of the classes involved. This could make it significantly quicker to identify the specific issue without switching to another tool.
For example:
[WARNING] Used undeclared dependencies found: [WARNING] xml-apis:xml-apis:jar:1.0.b2:compile [WARNING] class org.apache.xmlcommons.Version
Attachments
Issue Links
- is blocked by
-
MSHARED-1020 Include class names in used undeclared dependencies
- Closed
- relates to
-
MSHARED-632 Expose which dependency classes are used and where
- Closed
- links to