CloneSet131


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
81720.989class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
181374
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
281793
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
381889
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
481937
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
581946
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
681955
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
781964
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
882001
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
982041
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1082050
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1182059
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1282068
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1382077
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1482129
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1582171
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1682189
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
1784709
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
8
Source Line
1374
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void duplicateModifierForType(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.DuplicateModifierForType, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
2
Line Count
8
Source Line
1793
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void hierarchyHasProblems(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.HierarchyHasProblems, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
3
Line Count
8
Source Line
1889
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierCombinationFinalAbstractForClass(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierCombinationFinalAbstractForClass, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
4
Line Count
8
Source Line
1937
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForAnnotationMemberType(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForAnnotationMemberType, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
5
Line Count
8
Source Line
1946
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForAnnotationType(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForAnnotationType, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
6
Line Count
8
Source Line
1955
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForClass(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForClass, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
7
Line Count
8
Source Line
1964
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForEnum(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForEnum, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
8
Line Count
8
Source Line
2001
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForInterface(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForInterface, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
9
Line Count
8
Source Line
2041
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForLocalClass(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForLocalClass, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
10
Line Count
8
Source Line
2050
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForLocalEnum(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForLocalEnum, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
11
Line Count
8
Source Line
2059
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForMemberClass(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForMemberClass, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
12
Line Count
8
Source Line
2068
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForMemberEnum(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForMemberEnum, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
13
Line Count
8
Source Line
2077
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalModifierForMemberInterface(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalModifierForMemberInterface, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
14
Line Count
8
Source Line
2129
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalStaticModifierForMemberType(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalStaticModifierForMemberType, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
15
Line Count
8
Source Line
2171
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalVisibilityModifierCombinationForMemberType(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalVisibilityModifierCombinationForMemberType, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
16
Line Count
8
Source Line
2189
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void illegalVisibilityModifierForInterfaceMemberType(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.IllegalVisibilityModifierForInterfaceMemberType, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone Instance
17
Line Count
8
Source Line
4709
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

public void nonStaticContextForEnumMemberType(SourceTypeBinding type) {
        String[] arguments = new String[] {
                                           new String(type.sourceName())
                                          };
        this.handle(
                IProblem.NonStaticContextForEnumMemberType, 
                arguments, 
                arguments, 
                type.sourceStart(), 
                type.sourceEnd());
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void [[#variable62165440]](SourceTypeBinding type) {
  String[] arguments = new String[] {
                                      new String(type.sourceName())
                                    };
  this.handle(IProblem. [[#variable76b69840]], arguments, arguments, type.sourceStart(), type.sourceEnd());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62165440]]
duplicateModifierForType 
12[[#62165440]]
hierarchyHasProblems 
13[[#62165440]]
illegalModifierCombinationFinalAbstractForClass 
14[[#62165440]]
illegalModifierForAnnotationMemberType 
15[[#62165440]]
illegalModifierForAnnotationType 
16[[#62165440]]
illegalModifierForClass 
17[[#62165440]]
illegalModifierForEnum 
18[[#62165440]]
illegalModifierForInterface 
19[[#62165440]]
illegalModifierForLocalClass 
110[[#62165440]]
illegalModifierForLocalEnum 
111[[#62165440]]
illegalModifierForMemberClass 
112[[#62165440]]
illegalModifierForMemberEnum 
113[[#62165440]]
illegalModifierForMemberInterface 
114[[#62165440]]
illegalStaticModifierForMemberType 
115[[#62165440]]
illegalVisibilityModifierCombinationForMemberType 
116[[#62165440]]
illegalVisibilityModifierForInterfaceMemberType 
117[[#62165440]]
nonStaticContextForEnumMemberType 
21[[#76b69840]]
DuplicateModifierForType 
22[[#76b69840]]
HierarchyHasProblems 
23[[#76b69840]]
IllegalModifierCombinationFinalAbstractForClass 
24[[#76b69840]]
IllegalModifierForAnnotationMemberType 
25[[#76b69840]]
IllegalModifierForAnnotationType 
26[[#76b69840]]
IllegalModifierForClass 
27[[#76b69840]]
IllegalModifierForEnum 
28[[#76b69840]]
IllegalModifierForInterface 
29[[#76b69840]]
IllegalModifierForLocalClass 
210[[#76b69840]]
IllegalModifierForLocalEnum 
211[[#76b69840]]
IllegalModifierForMemberClass 
212[[#76b69840]]
IllegalModifierForMemberEnum 
213[[#76b69840]]
IllegalModifierForMemberInterface 
214[[#76b69840]]
IllegalStaticModifierForMemberType 
215[[#76b69840]]
IllegalVisibilityModifierCombinationForMemberType 
216[[#76b69840]]
IllegalVisibilityModifierForInterfaceMemberType 
217[[#76b69840]]
NonStaticContextForEnumMemberType