Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Konveyor version
v0.6.2
Priority
Major
Current Behavior
When specifying the includedPath
config, my expected result is that the analyzer-lsp will only search the specified paths and find the possible matches in these files. But now, it will always return empty.
The related code piece is as follows
Expected Behavior
The analyzer-lsp will only search the specified paths and find the possible matches if the includedPaths
set.
How Reproducible
Always (Default)
Steps To Reproduce
- Use this test project: https://github.com/haoozhang/02-java-corba
- Run this rule: https://github.com/konveyor/rulesets/blob/main/default/generated/cloud-readiness/65-java-corba.windup.yaml
- When no
includedPaths
config, it can match theorg.omg.CORBA*
andcom.iona.corba*
inClient.java
. - When
includedPaths
config set as the path ofClient.java
, it cannot match anything.
Environment
Anything else?
No response