[BUG] War file class files are not correctly identified in Dependencies #533
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Is there an existing issue for this?
Konveyor version
--all-
Priority
Major
Current Behavior
Currently, when decompiling a war file, we handle WEB-INF/lib/*.jar files correctly, but you can have a
WEB-INF/classes/<dirss>/*.classes
and you can haveWEB-INF/<dirs>/*.classes
. Currently, we do find and decompile these files, and will search them, but we are unable to determine the dependency that they come from.Expected Behavior
We should be able to tell from the the dependency groupId and ArtifactId. This should be used when getting violations/incidents from these decompiled classes to determine if they should be present based on dependency label selector.
How Reproducible
Always (Default)
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: