CloneSet8844


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13240.951interface_member_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11318
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/IJUnitStatusConstants.java
21324
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaStatusConstants.java
Clone Instance
1
Line Count
13
Source Line
18
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/IJUnitStatusConstants.java

        // JUnit UI status constants start at 10000 to make sure that we don't
        // collide with resource and java model constants.
        public static final int INTERNAL_ERROR = 10001;

        /**
         * Status constant indicating that an validateEdit call has changed the
         * content of a file on disk.
         */
        public static final int VALIDATE_EDIT_CHANGED_CONTENT = 10003;

        /**
         * Status constant indicating that junit.framework.TestCase
         * is not on the project's path.
         */
        public static final int ERR_JUNIT_NOT_ON_PATH = 10004;


Clone Instance
2
Line Count
13
Source Line
24
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaStatusConstants.java

        // Java UI status constants start at 10000 to make sure that we don't
        // collide with resource and java model constants.
        public static final int INTERNAL_ERROR = 10001;

        /**
         * Status constant indicating that an exception occurred on
         * storing or loading templates.
         */
        public static final int TEMPLATE_IO_EXCEPTION = 10002;

        /**
         * Status constant indicating that an validateEdit call has changed the
         * content of a file on disk.
         */
        public static final int VALIDATE_EDIT_CHANGED_CONTENT = 10003;


Clone AbstractionParameter Count: 4Parameter Bindings

// Java UI status constants start at 10000 to make sure that we don't
// JUnit UI status constants start at 10000 to make sure that we don't
// collide with resource and java model constants.
public static final int INTERNAL_ERROR = 10001;
/**
         * Status constant indicating that an exception occurred on
         * storing or loading templates.
         */
/**
         * Status constant indicating that an validateEdit call has changed the
         * content of a file on disk.
         */
public static final int  [[#variable9aeeb3e0]]= [[#variable9aeeb340]];
/**
         * Status constant indicating that an validateEdit call has changed the
         * content of a file on disk.
         */
/**
         * Status constant indicating that junit.framework.TestCase
         * is not on the project's path.
         */
public static final int  [[#variablebb84bac0]]= [[#variable9aeeb240]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9aeeb3e0]]
TEMPLATE_IO_EXCEPTION 
12[[#9aeeb3e0]]
VALIDATE_EDIT_CHANGED_CONTENT 
21[[#9aeeb340]]
10002 
22[[#9aeeb340]]
10003 
31[[#bb84bac0]]
VALIDATE_EDIT_CHANGED_CONTENT 
32[[#bb84bac0]]
ERR_JUNIT_NOT_ON_PATH 
41[[#9aeeb240]]
10003 
42[[#9aeeb240]]
10004