vbreivik commented on code in PR #102:
URL: 
https://github.com/apache/maven-dependency-analyzer/pull/102#discussion_r1438926915


##########
src/test/java/org/apache/maven/shared/dependency/analyzer/asm/ASMDependencyAnalyzerTest.java:
##########
@@ -40,4 +43,12 @@ void test() throws Exception {
 
         assertThat(result).isNotEmpty();
     }
+
+    @Test
+    void verify_implicit_class_reference_included_in_used_classes() throws 
IOException {

Review Comment:
   Snake case is a habit, I find it more readable. I have no strong opinions. 
If it should be changed to camelCase then let me know and I will update.
   
   Please also check if my logic is sound. I am no expert in ASM and byte code. 
Naming is easily fixed. 



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to