Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 245 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java |
2 | 6 | 255 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java |
| ||||
if (project != null) { fAntpath = getRecentSettings().getAntpath(project); } else { fAntpath = settings.get(ANTPATH); if (fAntpath == null) { fAntpath = ""; //$NON-NLS-1$ } } |
| ||||
if (project != null) { fDestination = getRecentSettings().getDestination(project); } else { fDestination = settings.get(DESTINATION); if (fDestination == null) { fDestination = ""; //$NON-NLS-1$ } } |
| |||
if (project != null) { [[#variable9dc69740]]= getRecentSettings(). [[#variable9dc696c0]](project); } else { [[#variable9dc69740]]= settings.get( [[#variable9dc69620]]); if ( [[#variable9dc69740]]== null) { [[#variable9dc69740]]= ""; //$NON-NLS-1$ } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dc69740]] | fDestination |
1 | 2 | [[#9dc69740]] | fAntpath |
2 | 1 | [[#9dc696c0]] | getDestination |
2 | 2 | [[#9dc696c0]] | getAntpath |
3 | 1 | [[#9dc69620]] | DESTINATION |
3 | 2 | [[#9dc69620]] | ANTPATH |