mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
temporary disabled 'Analyze dependencies' action because it hangs when invoked for IDEA project
This commit is contained in:
+1
-3
@@ -16,8 +16,6 @@
|
||||
package com.intellij.openapi.roots.ui.configuration.classpath;
|
||||
|
||||
import com.intellij.openapi.actionSystem.*;
|
||||
import com.intellij.openapi.application.ApplicationManager;
|
||||
import com.intellij.openapi.application.ex.ApplicationEx;
|
||||
import com.intellij.openapi.module.Module;
|
||||
import com.intellij.openapi.module.StdModuleTypes;
|
||||
import com.intellij.openapi.project.Project;
|
||||
@@ -262,7 +260,7 @@ public class ClasspathPanelImpl extends JPanel implements ClasspathPanel {
|
||||
|
||||
|
||||
private JComponent createTableWithButtons() {
|
||||
final boolean isAnalyzeShown = ((ApplicationEx)ApplicationManager.getApplication()).isInternal();
|
||||
final boolean isAnalyzeShown = false;
|
||||
|
||||
final ClasspathPanelAction removeAction = new ClasspathPanelAction(this) {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user