Package com.intellij.analysis

Examples of com.intellij.analysis.AnalysisUIOptions


    if (project == null) {
      return;
    }
    AnalysisScope scope = getInspectionScope(dataContext);
    final boolean rememberScope = e.getPlace().equals(ActionPlaces.MAIN_MENU);
    final AnalysisUIOptions uiOptions = AnalysisUIOptions.getInstance(project);
    final PsiElement element = LangDataKeys.PSI_ELEMENT.getData(dataContext);
    final BaseAnalysisActionDialog dlg = new BaseAnalysisActionDialog(AnalysisScopeBundle.message("specify.analysis.scope", "FindBugs Analyze"),
      AnalysisScopeBundle.message("analysis.scope.title", "Analyze"),
      project,
      scope,
View Full Code Here

TOP

Related Classes of com.intellij.analysis.AnalysisUIOptions

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.