Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.990 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 204 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/RecentSettingsStore.java |
2 | 8 | 220 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/RecentSettingsStore.java |
| ||||
{ // The Javadoc.xml file can only be stored locally. So if // the project isn't local then we can't provide a good // default location. IPath path = project.getProject().getLocation(); if (path != null) return path.append("javadoc.xml").toOSString(); //$NON-NLS-1$ } |
| ||||
{ //$NON-NLS-1$ // Since Javadoc.exe is a local tool its output is local. // So if the project isn't local then the default location // can't be local to a project. So use #getLocation() to // test this is fine here. IPath path = project.getProject().getLocation(); if (path != null) return path.append("doc").toOSString(); //$NON-NLS-1$ } |
| |||
{ //$NON-NLS-1$ // The Javadoc.xml file can only be stored locally. So if // the project isn't local then we can't provide a good // default location. // Since Javadoc.exe is a local tool its output is local. // So if the project isn't local then the default location // can't be local to a project. So use #getLocation() to // test this is fine here. IPath path = project.getProject().getLocation(); if (path != null) return path.append( [[#variable58a64c20]]).toOSString(); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58a64c20]] | "javadoc.xml" |
1 | 2 | [[#58a64c20]] | "doc" |