[BUG] FIELD location not being handled #622
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.
Milestone
Is there an existing issue for this?
Konveyor version
latest as of issue creation
Priority
Critical
Current Behavior
The following condition:
does not match against
Expected Behavior
The
FIELD
location should be available and work, so that we can match against fields of a given type.How Reproducible
Always (Default)
Steps To Reproduce
String
field to be matched against in the application to be analyzed, within any classEnvironment
No response
Anything else?
❗
FIELD
andFIELD_DECLARATION
are the same.FIELD_DECLARATION
was used in windup, while it looks like jdt.ls usesFIELD
instead.The text was updated successfully, but these errors were encountered: