CloneSet4631


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.980class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
181130
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java
29392
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java
Clone Instance
1
Line Count
8
Source Line
1130
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java

        /* Answer the problem reporter to use for raising new problems.
        *
        * Note that as a side-effect, this updates the current reference context
        * (unit, type or method) in case the problem handler decides it is necessary
        * to abort.
        */
        public ProblemReporter problemReporter() {
                MethodScope outerMethodScope;
                if ((outerMethodScope = outerMostMethodScope()) == null) {
                        ProblemReporter problemReporter = referenceCompilationUnit().problemReporter;
                        problemReporter.referenceContext = referenceContext;
                        return problemReporter;
                }
                return outerMethodScope.problemReporter();
        }


Clone Instance
2
Line Count
9
Source Line
392
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java

        /* Answer the problem reporter to use for raising new problems.
         *
         * Note that as a side-effect, this updates the current reference context
         * (unit, type or method) in case the problem handler decides it is necessary
         * to abort.
         */
        public ProblemReporter problemReporter() {

                MethodScope outerMethodScope;
                if ((outerMethodScope = outerMostMethodScope()) == this ) {
                        ProblemReporter problemReporter = referenceCompilationUnit().problemReporter;
                        problemReporter.referenceContext = referenceContext;
                        return problemReporter;
                }
                return outerMethodScope.problemReporter();
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/* Answer the problem reporter to use for raising new problems.
         *
         * Note that as a side-effect, this updates the current reference context
         * (unit, type or method) in case the problem handler decides it is necessary
         * to abort.
         */
/* Answer the problem reporter to use for raising new problems.
        *
        * Note that as a side-effect, this updates the current reference context
        * (unit, type or method) in case the problem handler decides it is necessary
        * to abort.
        */
public ProblemReporter problemReporter() {
  MethodScope outerMethodScope;
  if ((outerMethodScope = outerMostMethodScope()) == [[#variable9d488d40]]) {
    ProblemReporter problemReporter = referenceCompilationUnit().problemReporter;
    problemReporter.referenceContext = referenceContext;
    return problemReporter;
  }
  return outerMethodScope.problemReporter();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9d488d40]]
this 
12[[#9d488d40]]
null