File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
java/org/apache/maven/shared/dependency/analyzer/asm
resources/org/apache/maven/shared/dependency/analyzer/commons-bcel-issue362 Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Set<String> getDependencies(Class<?> inspectClass) throws IOException {
4747 void testJava11Invoke () throws IOException {
4848 String className = "issue362.Bcel362" ;
4949 Path path = Paths .get (
50- "src/test/resources/org/apache/maven/shared/dependency/analyzer/commons-bcel-issue362/Bcel362.class " );
50+ "src/test/resources/org/apache/maven/shared/dependency/analyzer/commons-bcel-issue362/Bcel362.classx " );
5151 DependencyClassFileVisitor visitor = new DependencyClassFileVisitor ();
5252 try (InputStream is = Files .newInputStream (path )) {
5353 visitor .visitClass (className , is );
File renamed without changes.
You can’t perform that action at this time.
0 commit comments