CloneSet3777


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.983class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12110
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java
22118
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java
32126
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java
Clone Instance
1
Line Count
2
Source Line
110
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java

        /**
         * Convenience wrapper for rethrowing exceptions as CoreExceptions,
         * with severity of ERROR.
         */
        public static Status createStatus(Throwable e, String message) {
                return new Status(IStatus.ERROR, PLUGIN_ID, STATUS_EXCEPTION, message, e);
        }


Clone Instance
2
Line Count
2
Source Line
118
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java

        /**
         * Convenience wrapper for rethrowing exceptions as CoreExceptions,
         * with severity of WARNING.
         */
        public static Status createWarningStatus(Throwable e, String message) {
                return new Status(IStatus.WARNING, PLUGIN_ID, STATUS_EXCEPTION, message, e);
        }


Clone Instance
3
Line Count
2
Source Line
126
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java

        /**
         * Convenience wrapper for rethrowing exceptions as CoreExceptions,
         * with severity of INFO.
         */
        public static Status createInfoStatus(Throwable e, String message) {
                return new Status(IStatus.INFO, PLUGIN_ID, STATUS_EXCEPTION, message, e);
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * Convenience wrapper for rethrowing exceptions as CoreExceptions,
         * with severity of ERROR.
         */
/**
         * Convenience wrapper for rethrowing exceptions as CoreExceptions,
         * with severity of WARNING.
         */
/**
         * Convenience wrapper for rethrowing exceptions as CoreExceptions,
         * with severity of INFO.
         */
public static Status  [[#variable53e3e920]](Throwable e, String message) {
  return new Status(IStatus. [[#variable53e3f820]], PLUGIN_ID, STATUS_EXCEPTION, message, e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53e3e920]]
createStatus 
12[[#53e3e920]]
createWarningStatus 
13[[#53e3e920]]
createInfoStatus 
21[[#53e3f820]]
ERROR 
22[[#53e3f820]]
WARNING 
23[[#53e3f820]]
INFO