Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show only tests in the "Call Hierarchy" view #27

Closed
fedejeanne opened this issue Sep 23, 2024 · 1 comment
Closed

Show only tests in the "Call Hierarchy" view #27

fedejeanne opened this issue Sep 23, 2024 · 1 comment
Assignees
Labels
Feature A Feature Request JDT Issues for JDT Student An Issue to be Addressed By a Student

Comments

@fedejeanne
Copy link

Current status

In the Call Hierarchy view one can filter out the calls to a method coming from test code.

Image

Image

This means that the view will show all calls except the ones coming from test methods

Goal

It should be possible to do the exact opposite too i.e. show only the calls coming from test methods.

Proposal

Replace the option Filter Test Code with 3 options (radio buttons):

  • Show All (default option)
  • Hide Test Code
  • Show Test Code only
@fedejeanne fedejeanne self-assigned this Sep 23, 2024
@fedejeanne fedejeanne added Feature A Feature Request JDT Issues for JDT Student An Issue to be Addressed By a Student labels Sep 23, 2024
@jannisCode jannisCode assigned jannisCode and unassigned fedejeanne Oct 2, 2024
@jannisCode
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A Feature Request JDT Issues for JDT Student An Issue to be Addressed By a Student
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants