CloneSet9150


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.974statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13104
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java
23108
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java
Clone Instance
1
Line Count
3
Source Line
104
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java

                if (exceptionType.isBoundParameterizedType()) {
                        scope.problemReporter().invalidParameterizedExceptionType(exceptionType, this );
                        return null;
                }


Clone Instance
2
Line Count
3
Source Line
108
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java

                if (exceptionType.isTypeVariable()) {
                        scope.problemReporter().invalidTypeVariableAsException(exceptionType, this );
                        return null;
                }


Clone AbstractionParameter Count: 2Parameter Bindings

if (exceptionType. [[#variablebd66c8a0]]()) {
  scope.problemReporter(). [[#variablebd66d760]](exceptionType, this );
  return null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bd66c8a0]]
isBoundParameterizedType 
12[[#bd66c8a0]]
isTypeVariable 
21[[#bd66d760]]
invalidParameterizedExceptionType 
22[[#bd66d760]]
invalidTypeVariableAsException