elharo commented on a change in pull request #9: docs: rewrite for clarity
URL:
https://github.com/apache/maven-dependency-analyzer/pull/9#discussion_r396094843
##########
File path: src/site/apt/index.apt.vm
##########
@@ -30,11 +30,12 @@ ${project.name}
Analyzes the dependencies of a project for undeclared or unused artifacts.
- <<Warning>>: Analysis is not done at source but bytecode level, then some
cases are not detected
- (constants, annotations with source-only retention, links in javadoc) which
can lead to wrong result
- if they are the only use of a dependency.
+ <<Warning>>: Because analysis is done on the bytecode rather than the source,
+ some cases are not detected including constants, annotations with
source-only retention,
+ and links in javadoc. This can lead to incorrect results when these are the
only uses
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services