Skip to content

find-deps.sh doesn't work #298

@kromar777

Description

@kromar777

Empty output for "find" and no classes list for "minimize".

There is a space after "->" in jdeps output so changing $2 to $3 argument in awk should fix the problem:

awk '/it\.unimi\.dsi\.fastutil\..*not found$/ { print $2 }' | sort | uniq) \

-verbose:class -cp "$jar_path" ${class_list} | awk '/ -> / { gsub(/\./, "/", $2) ".class"; print $2 ".class" }')\

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions