mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
include InterruptedException into mock1.7 testdata fixed
This commit is contained in:
+2
-2
@@ -2000,7 +2000,7 @@ class Thinlet extends Container //java
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (<error descr="Cannot resolve symbol 'InterruptedException'">InterruptedException</error> ie) {} //ie.printStackTrace();
|
||||
} catch (InterruptedException ie) {} //ie.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5234,7 +5234,7 @@ class Thinlet extends Container //java
|
||||
mediatracker.<error descr="Cannot resolve method 'addImage(Image, int)'">addImage</error>(image, 1);
|
||||
try {
|
||||
mediatracker.<error descr="Cannot resolve method 'waitForID(int, int)'">waitForID</error>(1, 50);
|
||||
} catch (<error descr="Cannot resolve symbol 'InterruptedException'">InterruptedException</error> ie) { }
|
||||
} catch (InterruptedException ie) { }
|
||||
//imagepool.put(path, image);
|
||||
}
|
||||
//<java
|
||||
|
||||
+1
-1
@@ -117,7 +117,7 @@ public class LightAdvHighlightingPerformanceTest extends LightDaemonAnalyzerTest
|
||||
|
||||
public void testAThinlet() throws Exception {
|
||||
List<HighlightInfo> errors = doTest(Math.max(10000, 24000 - JobSchedulerImpl.CORES_COUNT * 1000));
|
||||
if (1172 != errors.size()) {
|
||||
if (1170 != errors.size()) {
|
||||
doTest(getFilePath("_hl"), false, false);
|
||||
fail("Actual: " + errors.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user