Package org.mevenide.idea.synchronize.inspections.dependencies

Examples of org.mevenide.idea.synchronize.inspections.dependencies.DependencyDiffInspector


     */
    @Override
    public void initComponent() {
        //TODO: somehow dynamically locate all inspectors (allow customization...)
        inspections.add(new DependencyNotDownloadedInspector());
        inspections.add(new DependencyDiffInspector());
    }
View Full Code Here

TOP

Related Classes of org.mevenide.idea.synchronize.inspections.dependencies.DependencyDiffInspector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.