Skip to content
Snippets Groups Projects
Commit f12a15a6 authored by Michael Youkeim's avatar Michael Youkeim
Browse files

Added a comment to the dependency_analyzer

parent e6f676bb
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,11 @@ def analyze_dependencies(output_dir):
output_rsf = os.path.join(subdir, "dependencies.rsf")
output_fv = os.path.join(subdir, "dependencies.fv")
# Construct arguments for the dependency analyzer JAR
# Construct arguments required by JavaParser
args = [full_jar_path, output_rsf, output_fv, "org.apache.hadoop"]
print(f"Analyzing dependencies in {subdir} for JAR {file_name}...")
# Run JavaParser
stdout, stderr = run_jar(java_parser_path, args=args)
if stdout:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment