-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48555ba
commit b0fb01b
Showing
14 changed files
with
288 additions
and
463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
import com.intellij.openapi.actionSystem.AnActionEvent; | ||
import com.intellij.openapi.ui.Messages; | ||
import com.intellij.openapi.util.Computable; | ||
import com.intellij.psi.PsiClass; | ||
import com.intellij.psi.impl.search.MethodUsagesSearcher; | ||
import org.jetbrains.annotations.NotNull; | ||
|
||
public class Analyse extends com.intellij.openapi.actionSystem.AnAction { | ||
|
||
AnalyseReport analyseReport; | ||
@Override | ||
public void actionPerformed(@NotNull AnActionEvent e) { | ||
/*analyseReport=new AnalyseReport(true); | ||
String depth=Messages.showInputDialog("Insert Depth","Analyse",Messages.getInformationIcon()); | ||
analyseReport.showAndGet();*/ | ||
GitVcs.getAffectedFiles(e.getProject()); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.