Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.967 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 475 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java |
2 | 3 | 859 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
3 | 3 | 776 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElement.java |
4 | 3 | 34 | plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/DefaultClassifier.java |
| ||||
/* create and record a compilation problem */ StringWriter stringWriter = new StringWriter(); PrintWriter writer = new PrintWriter(stringWriter); internalException.printStackTrace(writer); |
| ||||
StringWriter stringWriter = new StringWriter(); PrintWriter writer = new PrintWriter(stringWriter); abortException.exception.printStackTrace(writer); |
| ||||
StringWriter stringWriter = new StringWriter(); PrintWriter writer = new PrintWriter(stringWriter); e.printStackTrace(writer); |
| ||||
StringWriter stringWriter = new StringWriter(); PrintWriter writer = new PrintWriter(stringWriter); t.printStackTrace(writer); |
| |||
/* create and record a compilation problem */ StringWriter stringWriter = new StringWriter(); PrintWriter writer = new PrintWriter(stringWriter); [[#variable9a153f00]].printStackTrace(writer); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a153f00]] | internalException |
1 | 2 | [[#9a153f00]] | abortException.exception |
1 | 3 | [[#9a153f00]] | e |
1 | 4 | [[#9a153f00]] | t |