catching and ignoring UnsupportedOperationException when executing
reasoner
Esse commit está contido em:
+4
-3
@@ -116,9 +116,10 @@ public class DisplayedInferencePreferences {
|
||||
if (isShowInferences() && isEnabled(task)) {
|
||||
startClock(task);
|
||||
try {
|
||||
implementation.run();
|
||||
}
|
||||
finally {
|
||||
implementation.run();
|
||||
} catch (UnsupportedOperationException ignore) {
|
||||
|
||||
} finally {
|
||||
stopClock(task);
|
||||
}
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário