| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.993 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 301 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java |
| 2 | 6 | 308 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java |
| ||||
{
try {
IType type = getMainType((ICompilationUnit) parent);
return type != null ? type.getChildren(): NO_CLASS;
} catch (JavaModelException e) {
JavaPlugin.log(e);
}
}
|
| ||||
{
try {
IType type = getMainType((IClassFile) parent);
return type != null ? type.getChildren(): NO_CLASS;
} catch (JavaModelException e) {
JavaPlugin.log(e);
}
}
|
| |||
{
try {
IType type = getMainType(( [[#variableb35d33a0]]) parent);
return type != null ? type.getChildren(): NO_CLASS;
}
catch (JavaModelException e) {
JavaPlugin.log(e);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b35d33a0]] | ICompilationUnit |
| 1 | 2 | [[#b35d33a0]] | IClassFile |