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

javac: Don't assume src/main/java always exists #2305

Merged
merged 1 commit into from
Mar 6, 2019

Conversation

campbellr
Copy link
Contributor

Some projects I have only have src/test/java (no /src/main/java), which
seemed to break some incorrect assumptions the linter had.

Copy link
Member

@w0rp w0rp left a comment

Choose a reason for hiding this comment

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

Looks good to me. Could you add a test for this? See existing tests. You should be able to create dummy files in a directory without src/main/java and test the output of this.

@campbellr
Copy link
Contributor Author

Sure, I'll try to add a test.

Some projects I have only have src/test/java (no /src/main/java), which
seemed to break some incorrect assumptions the linter had.
@campbellr
Copy link
Contributor Author

@w0rp I finally added a test that I believe covers this (sorry it took so long).

Let me know if there's anything else.

@w0rp w0rp merged commit 6aef52f into dense-analysis:master Mar 6, 2019
@w0rp
Copy link
Member

w0rp commented Mar 6, 2019

Cheers! 🍻

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