CloneSet686


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8620.973block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18133
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java
28143
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java
38153
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java
48163
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java
58173
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java
68183
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java
Clone Instance
1
Line Count
8
Source Line
133
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java

                                                                                                       {
                if (pluginId == null) {
                        throw new IllegalArgumentException("pluginId cannot be null"); //$NON-NLS-1$
                }
                if (errorId == null) {
                        throw new IllegalArgumentException("errorId cannot be null"); //$NON-NLS-1$
                }
                printError(pos, msg, new String[] {
                                                   pluginId, errorId
                                                  } );
                                                                                                       }


Clone Instance
2
Line Count
8
Source Line
143
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java

                                                                                                         {
                if (pluginId == null) {
                        throw new IllegalArgumentException("pluginId cannot be null"); //$NON-NLS-1$
                }
                if (errorId == null) {
                        throw new IllegalArgumentException("errorId cannot be null"); //$NON-NLS-1$
                }
                printWarning(pos, msg, new String[] {
                                                     pluginId, errorId
                                                    } );
                                                                                                         }


Clone Instance
3
Line Count
8
Source Line
153
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java

                                                                                                        {
                if (pluginId == null) {
                        throw new IllegalArgumentException("pluginId cannot be null"); //$NON-NLS-1$
                }
                if (errorId == null) {
                        throw new IllegalArgumentException("errorId cannot be null"); //$NON-NLS-1$
                }
                printNotice(pos, msg, new String[] {
                                                    pluginId, errorId
                                                   } );
                                                                                                        }


Clone Instance
4
Line Count
8
Source Line
163
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java

                                                                                   {
                if (pluginId == null) {
                        throw new IllegalArgumentException("pluginId cannot be null"); //$NON-NLS-1$
                }
                if (errorId == null) {
                        throw new IllegalArgumentException("errorId cannot be null"); //$NON-NLS-1$
                }
                print(Severity.ERROR, msg, new String[] {
                                                         pluginId, errorId
                                                        } );
                                                                                   }


Clone Instance
5
Line Count
8
Source Line
173
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java

                                                                                     {
                if (pluginId == null) {
                        throw new IllegalArgumentException("pluginId cannot be null"); //$NON-NLS-1$
                }
                if (errorId == null) {
                        throw new IllegalArgumentException("errorId cannot be null"); //$NON-NLS-1$
                }
                print(Severity.WARNING, msg, new String[] {
                                                           pluginId, errorId
                                                          } );
                                                                                     }


Clone Instance
6
Line Count
8
Source Line
183
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/MessagerImpl.java

                                                                                    {
                if (pluginId == null) {
                        throw new IllegalArgumentException("pluginId cannot be null"); //$NON-NLS-1$
                }
                if (errorId == null) {
                        throw new IllegalArgumentException("errorId cannot be null"); //$NON-NLS-1$
                }
                print(Severity.INFO, msg, new String[] {
                                                        pluginId, errorId
                                                       } );
                                                                                    }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  if (pluginId == null) {
    throw new IllegalArgumentException("pluginId cannot be null"); //$NON-NLS-1$
  }
  if (errorId == null) {
    throw new IllegalArgumentException("errorId cannot be null"); //$NON-NLS-1$
  }
   [[#variableb6691aa0]]( [[#variableb6691a20]], msg, new String[] {
                                                                     pluginId,
                                                                     errorId
                                                                   } );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b6691aa0]]
print 
12[[#b6691aa0]]
print 
13[[#b6691aa0]]
print 
14[[#b6691aa0]]
printNotice 
15[[#b6691aa0]]
printWarning 
16[[#b6691aa0]]
printError 
21[[#b6691a20]]
Severity.INFO 
22[[#b6691a20]]
Severity.WARNING 
23[[#b6691a20]]
Severity.ERROR 
24[[#b6691a20]]
pos 
25[[#b6691a20]]
pos 
26[[#b6691a20]]
pos