|
|
@ -26,7 +26,7 @@ public class LocalAnalyzerAction extends UpdateAction { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void actionPerformed(ActionEvent e) { |
|
|
|
public void actionPerformed(ActionEvent e) { |
|
|
|
String path = StableUtils.pathJoin("/url", URLConstants.ANALYZE_VIEW); |
|
|
|
String path = StableUtils.pathJoin("/nx", URLConstants.ANALYZE_VIEW); |
|
|
|
DesignUtils.visitEnvServerByParameters(path, new String[]{}, new String[]{}); |
|
|
|
DesignUtils.visitEnvServerByParameters(path, new String[]{}, new String[]{}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|