CloneSet8962


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.962type_declarations
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11014
plugins/org.eclipse.jdt.debug/jdi interfaces/com/sun/jdi/VMOutOfMemoryException.java
21217
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/hcr/OperationRefusedException.java
Clone Instance
1
Line Count
10
Source Line
14
Source File
plugins/org.eclipse.jdt.debug/jdi interfaces/com/sun/jdi/VMOutOfMemoryException.java

public class VMOutOfMemoryException extends RuntimeException {

    /**
     * All serializable objects should have a stable serialVersionUID
     */
    private static final long serialVersionUID = 1L;

        public VMOutOfMemoryException() {
        }

        public VMOutOfMemoryException(String s) {
                super(s);
        }
}




Clone Instance
2
Line Count
12
Source Line
17
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/hcr/OperationRefusedException.java

/**
 * Thrown to indicate that the target VM refused to perform an operation.
 */
public class OperationRefusedException extends RuntimeException {

    /**
     * All serializable objects should have a stable serialVersionUID
     */
    private static final long serialVersionUID = 1L;

        public OperationRefusedException() {
        }

        public OperationRefusedException(String s) {
                super(s);
        }
}




Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * Thrown to indicate that the target VM refused to perform an operation.
 */
public class [[#variable75484b20]]extends RuntimeException {
  /**
       * All serializable objects should have a stable serialVersionUID
       */
  private static final long serialVersionUID = 1L;

  public [[#variable75484b20]]() {
  }

  public [[#variable75484b20]](String s) {
    super(s);
  }
}


 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#75484b20]]
VMOutOfMemoryException 
12[[#75484b20]]
OperationRefusedException