Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.965 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 203 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/UpdateTestSuite.java |
2 | 3 | 386 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.java |
| ||||
fullSource.replace(range.getOffset(), range.getLength(), source.toString()); monitor.worked(1); String formattedContent = JUnitStubUtility.formatCompilationUnit(fTestSuite.getJavaProject(), fullSource.get(), fTestSuite.findRecommendedLineSeparator()); |
| ||||
fullSource.replace(range.getOffset(), range.getLength(), source.toString()); monitor.worked(1); String formattedContent = JUnitStubUtility.formatCompilationUnit(cu.getJavaProject(), fullSource.get(), lineDelimiter); |
| |||
fullSource.replace(range.getOffset(), range.getLength(), source.toString()); monitor.worked(1); String formattedContent = JUnitStubUtility.formatCompilationUnit( [[#variable4e0675a0]].getJavaProject(), fullSource.get(), [[#variable59f03720]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e0675a0]] | fTestSuite |
1 | 2 | [[#4e0675a0]] | cu |
2 | 1 | [[#59f03720]] | fTestSuite.findRecommendedLineSeparator() |
2 | 2 | [[#59f03720]] | lineDelimiter |