Skip to content

Add CLASS and ENUM location in java provider to match against class declarations and enums #185

@jmle

Description

@jmle

Currently we have the TYPE location, which matches against all types (i.e. classes, interfaces, enum and annotation types). It would be ideal to be able to match exclusively against class declarations, for instance to be able to look for annotated classes and not other types.

Also, implement the ENUM location, which is currently unimplemented.

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.needs-kindIndicates an issue or PR lacks a `kind/foo` label and requires one.needs-priorityIndicates an issue or PR lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.priority/backlogHigher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

Type

No type

Projects

Status

📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions