Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 4ae2374

Browse files
committed
assignment is never used
1 parent a0c6b11 commit 4ae2374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ private ExceptionCollection collectDependencies(Engine engine, MavenProject proj
10071007
ExceptionCollection exCol = null;
10081008
exCol = collectMavenDependencies(engine, project, nodes, buildingRequest, aggregate);
10091009

1010-
final FileSet[] projectScan;
1010+
FileSet[] projectScan = null;
10111011
if (scanSet == null || scanSet.length == 0) {
10121012
// Define the default FileSets
10131013
final FileSet resourcesSet = new FileSet();

0 commit comments

Comments
 (0)