Committing changes to leftsize->rightSize, more comments, and handling
[repair.git] / Repair / RepairCompiler / MCC / IR / MetaInclusion.java
index 52ab07873c68e7d1dd03ac65495fa3652ea7b132..3d00bbf726fbbcb7c47df1c642c5718720a8760e 100755 (executable)
@@ -14,6 +14,10 @@ public class MetaInclusion extends Inclusion {
         constraints = new Vector();
     }
 
+    public boolean usesDescriptor(Descriptor d) {
+       throw new Error("UNIMPLEMENTED");
+    }
+
     public Set getTargetDescriptors() {
         throw new IRException("unsupported");
     }