Update to IDEA 132.947 EAP
This commit is contained in:
@@ -43,7 +43,8 @@ public class MockVirtualMachine implements VirtualMachine {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<ReferenceType> allClasses() {
|
public List<ReferenceType> allClasses() {
|
||||||
throw new UnsupportedOperationException();
|
// Can't throw since this method is invoked during VirtualMachineProxy initialization
|
||||||
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<project name="Update Dependencies" default="update">
|
<project name="Update Dependencies" default="update">
|
||||||
<property name="jb.buildserver.build.id" value="2163633"/>
|
<property name="jb.buildserver.build.id" value="2177676"/>
|
||||||
<property name="public.buildserver.build.id" value="100700"/>
|
<property name="public.buildserver.build.id" value="101393"/>
|
||||||
|
|
||||||
<condition property="os.tag" value="win.zip">
|
<condition property="os.tag" value="win.zip">
|
||||||
<os family="windows" />
|
<os family="windows" />
|
||||||
|
|||||||
Reference in New Issue
Block a user