mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Recent Tests: Do not calculate location when showing popup, it can be heavy
This commit is contained in:
@@ -60,10 +60,6 @@ public class RecentTestsData {
|
||||
}
|
||||
|
||||
public void addTest(String url, TestStateInfo.Magnitude magnitude, Date runDate) {
|
||||
if (myRunner.getLocation(url) == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (myRunner.isSuite(url)) {
|
||||
mySuites.put(url, new SuiteInfo(url, magnitude, runDate));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user