[BUG] failed to evaluate rule when analyze a non-java project #782
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Konveyor version
v0.6.0
Priority
Major
Current Behavior
I know when using "kantra analyze" command, it not support some language apps like php, but the analyze step not report error directly. when using analyzer-lsp to evaluate rule, the message is meaningless
For example:
when run list of rules, it will evaluate selected rules. if it's a full mode, it will get dependencies.
GetDependenciesFallback
, when the pom.xml not found, it doesn't return directly, actually, it will try to use gopom.Parse(path), it always fail because it can't process the folder.the error message shows like below, very meaingless and can't really understand what happened.
Expected Behavior
improve the evaluate rule process
How Reproducible
Always (Default)
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: