-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
approvedhas bountyissue has some money incentive to fix it, https://www.bountysource.com/teams/checkstyle/issuesissue has some money incentive to fix it, https://www.bountysource.com/teams/checkstyle/issuesmiscellaneous
Milestone
Description
The original idea is taken from @timurt's proposal.
AST container, source code container and XPATH container are all bound together. For example if you select ast nodes, source code lines containing appropriate elements will be highlighted. Also xpath query will be automatically generated. We can think about opportunity for “and”ing / “or”ing ast nodes via SHIFT/CTRL buttons, also we can add additional buttons for xpath query generator.
Another situation, if we write query and press “Run xpath” button, ast nodes will be selected and source code elements will be selected.
Some ideas on how to make it and implement it could be taken from https://pmd.github.io/latest/pmd_userdocs_extending_designer_reference.html
Vampire
Metadata
Metadata
Assignees
Labels
approvedhas bountyissue has some money incentive to fix it, https://www.bountysource.com/teams/checkstyle/issuesissue has some money incentive to fix it, https://www.bountysource.com/teams/checkstyle/issuesmiscellaneous



