You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/03/22 13:39:38 UTC

[GitHub] [maven-dependency-analyzer] elharo commented on a change in pull request #9: docs: rewrite for clarity

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:
users@infra.apache.org


With regards,
Apache Git Services