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

Resolve issue where Java files cannot be selected separately #2602

Closed
wants to merge 0 commits into from

Conversation

2017398956
Copy link
Contributor

See #2590

@2017398956 2017398956 changed the title Resolve issue where Java files cannot be selected separately (#2590) Resolve issue where Java files cannot be selected separately Aug 3, 2022
Copy link
Member

@vmishenev vmishenev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contributing.
To fix this properly, i think, it is better to:

  1. Fix a typo here. java should be instead of .java.
  2. Then needed files will be in sourceRoots. And a function of sourceRoots processing should be changed a little bit.
  3. Can you add a test like this?

@2017398956
Copy link
Contributor Author

2017398956 commented Aug 4, 2022

Thank you for contributing. To fix this properly, i think, it is better to:

  1. Fix a typo here. java should be instead of .java.
  2. Then needed files will be in sourceRoots. And a function of sourceRoots processing should be changed a little bit.
  3. Can you add a test like this?

@vmishenev
Yes, after insteading .java with java it works well and I had commit a new pr : #2604

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants