| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 13 | 8 | 3 | 0.980 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 13 | 1118 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| 2 | 13 | 1138 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| 3 | 13 | 1158 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| 4 | 13 | 1179 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| 5 | 13 | 1203 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| 6 | 13 | 1224 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| 7 | 13 | 1244 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| 8 | 13 | 1265 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| ||||
try {
initialize(true);
goForCompilationUnit();
referenceContext =
compilationUnit =
new CompilationUnitDeclaration(
problemReporter(),
new CompilationResult(unit, 0, 0, this.options.maxProblemsPerUnit),
regionSource.length );
scanner.resetTo(0, regionSource.length);
scanner.setSource(regionSource);
parse();
} catch (AbortCompilation ex) {
// ignore this exception
}
|
| ||||
try {
initialize();
goForClassBodyDeclarations();
referenceContext =
compilationUnit =
new CompilationUnitDeclaration(
problemReporter(),
new CompilationResult(regionSource, 0, 0, this.options.maxProblemsPerUnit),
regionSource.length );
scanner.resetTo(0, regionSource.length);
scanner.setSource(regionSource);
parse();
} catch (AbortCompilation ex) {
// ignore this exception
}
|
| ||||
try {
initialize();
goForFieldDeclaration();
referenceContext =
compilationUnit =
new CompilationUnitDeclaration(
problemReporter(),
new CompilationResult(regionSource, 0, 0, this.options.maxProblemsPerUnit),
regionSource.length );
scanner.resetTo(0, regionSource.length);
scanner.setSource(regionSource);
parse();
} catch (AbortCompilation ex) {
// ignore this exception
}
|
| ||||
try {
initialize();
goForImportDeclaration();
referenceContext =
compilationUnit =
new CompilationUnitDeclaration(
problemReporter(),
new CompilationResult(regionSource, 0, 0, this.options.maxProblemsPerUnit),
regionSource.length );
scanner.resetTo(0, regionSource.length);
scanner.setSource(regionSource);
parse();
} catch (AbortCompilation ex) {
// ignore this exception
}
|
| ||||
try {
initialize();
goForInitializer();
referenceContext =
compilationUnit =
new CompilationUnitDeclaration(
problemReporter(),
new CompilationResult(regionSource, 0, 0, this.options.maxProblemsPerUnit),
regionSource.length );
scanner.resetTo(0, regionSource.length);
scanner.setSource(regionSource);
parse();
} catch (AbortCompilation ex) {
// ignore this exception
}
|
| ||||
try {
initialize();
goForGenericMethodDeclaration();
referenceContext =
compilationUnit =
new CompilationUnitDeclaration(
problemReporter(),
new CompilationResult(regionSource, 0, 0, this.options.maxProblemsPerUnit),
regionSource.length );
scanner.resetTo(0, regionSource.length);
scanner.setSource(regionSource);
parse();
} catch (AbortCompilation ex) {
// ignore this exception
}
|
| ||||
try {
initialize();
goForPackageDeclaration();
referenceContext =
compilationUnit =
new CompilationUnitDeclaration(
problemReporter(),
new CompilationResult(regionSource, 0, 0, this.options.maxProblemsPerUnit),
regionSource.length );
scanner.resetTo(0, regionSource.length);
scanner.setSource(regionSource);
parse();
} catch (AbortCompilation ex) {
// ignore this exception
}
|
| ||||
try {
initialize();
goForTypeDeclaration();
referenceContext =
compilationUnit =
new CompilationUnitDeclaration(
problemReporter(),
new CompilationResult(regionSource, 0, 0, this.options.maxProblemsPerUnit),
regionSource.length );
scanner.resetTo(0, regionSource.length);
scanner.setSource(regionSource);
parse();
} catch (AbortCompilation ex) {
// ignore this exception
}
|
| |||
try {
initialize [[#variable7c4192c0]];
[[#variable7c419260]]();
referenceContext = compilationUnit = new CompilationUnitDeclaration(problemReporter(), new CompilationResult( [[#variable7c419200]], 0, 0, this.options.maxProblemsPerUnit), regionSource.length);
scanner.resetTo(0, regionSource.length);
scanner.setSource(regionSource);
parse();
}
catch (AbortCompilation ex) {
// ignore this exception
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#7c4192c0]] | () |
| 1 | 2 | [[#7c4192c0]] | () |
| 1 | 3 | [[#7c4192c0]] | () |
| 1 | 4 | [[#7c4192c0]] | () |
| 1 | 5 | [[#7c4192c0]] | () |
| 1 | 6 | [[#7c4192c0]] | () |
| 1 | 7 | [[#7c4192c0]] | () |
| 1 | 8 | [[#7c4192c0]] | (true) |
| 2 | 1 | [[#7c419260]] | goForTypeDeclaration |
| 2 | 2 | [[#7c419260]] | goForPackageDeclaration |
| 2 | 3 | [[#7c419260]] | goForGenericMethodDeclaration |
| 2 | 4 | [[#7c419260]] | goForInitializer |
| 2 | 5 | [[#7c419260]] | goForImportDeclaration |
| 2 | 6 | [[#7c419260]] | goForFieldDeclaration |
| 2 | 7 | [[#7c419260]] | goForClassBodyDeclarations |
| 2 | 8 | [[#7c419260]] | goForCompilationUnit |
| 3 | 1 | [[#7c419200]] | regionSource |
| 3 | 2 | [[#7c419200]] | regionSource |
| 3 | 3 | [[#7c419200]] | regionSource |
| 3 | 4 | [[#7c419200]] | regionSource |
| 3 | 5 | [[#7c419200]] | regionSource |
| 3 | 6 | [[#7c419200]] | regionSource |
| 3 | 7 | [[#7c419200]] | regionSource |
| 3 | 8 | [[#7c419200]] | unit |