Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

In packages with multiple files, only the current file is sent to javac. Errors are reported if dependencies exist.. #31

Closed
m4tty opened this issue Aug 11, 2015 · 0 comments

Comments

@m4tty
Copy link
Contributor

m4tty commented Aug 11, 2015

If you have multiple files in a package (e.g. FooServer.java and FooResource.java) and one depends on the other, javac will report errors because the other file wasn't provided to it via linter-javac and so it isn't aware of that source.

keplersj added a commit that referenced this issue Nov 4, 2015
fixes #31. send all java files in the project to javac, so it has the…
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants