Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make BaseApiAnalyzer#getJavaProject protected
Currently there is no way to pass the project to the analyzer without having an project ProjectComponent, but users of BaseApiAnalyzer might have other means to find the project in question. This makes the BaseApiAnalyzer#getJavaProject() protected so implementors can override this (e.g. Tycho).
- Loading branch information