Package com.intellij.codeInsight.generation.actions

Examples of com.intellij.codeInsight.generation.actions.GenerateEqualsAction


    public String getFamilyName() {
        return "Equals-n-Hashcode";
    }

    public void applyFix(@NotNull Project project, @NotNull ProblemDescriptor problemDescriptor) {
        new GenerateEqualsAction().actionPerformedImpl(project, FileEditorManager.getInstance(project).getSelectedTextEditor());
    }
View Full Code Here

TOP

Related Classes of com.intellij.codeInsight.generation.actions.GenerateEqualsAction

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.