From 9038798e55223182e467bcdf81c41fbc67905b04 Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Wed, 6 Nov 2013 20:49:53 +0400 Subject: [PATCH] Update to IDEA 132.947 EAP --- .../org/jetbrains/jet/plugin/debugger/MockVirtualMachine.java | 3 ++- update_dependencies.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/idea/tests/org/jetbrains/jet/plugin/debugger/MockVirtualMachine.java b/idea/tests/org/jetbrains/jet/plugin/debugger/MockVirtualMachine.java index 5321bc7a34d..fc3ff63bca3 100644 --- a/idea/tests/org/jetbrains/jet/plugin/debugger/MockVirtualMachine.java +++ b/idea/tests/org/jetbrains/jet/plugin/debugger/MockVirtualMachine.java @@ -43,7 +43,8 @@ public class MockVirtualMachine implements VirtualMachine { @Override public List allClasses() { - throw new UnsupportedOperationException(); + // Can't throw since this method is invoked during VirtualMachineProxy initialization + return Collections.emptyList(); } @Override diff --git a/update_dependencies.xml b/update_dependencies.xml index 88d4fad881b..07a3d15d896 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -1,6 +1,6 @@ - - + +