You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a separate atom-java-project package which parses/indexes all java related project content (build properties, classes, java sources, etc) and provides centralized java configuration. It will be used by autocomplete-java, linter-javac and other java related packages.
Move additional logic to separate packages. Packages use services of atom-java-project and autocomplete-java.