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 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 230 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java |
2 | 6 | 369 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
| ||||
if ( !Path.EMPTY.isValidPath(fileName)) { status.setError(NewWizardMessages.EditVariableEntryDialog_filename_error_notvalid); return status; } IPath filePath = Path.fromOSString(fileName); IPath resolvedPath; |
| ||||
if ( !Path.EMPTY.isValidPath(fileName)) { status.setError(NewWizardMessages.SourceAttachmentBlock_filename_error_notvalid); return status; } IPath filePath = Path.fromOSString(fileName); IPath resolvedPath; |
| |||
if ( !Path.EMPTY.isValidPath(fileName)) { status.setError(NewWizardMessages. [[#variablebc29a1a0]]); return status; } IPath filePath = Path.fromOSString(fileName); IPath resolvedPath; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bc29a1a0]] | EditVariableEntryDialog_filename_error_notvalid |
1 | 2 | [[#bc29a1a0]] | SourceAttachmentBlock_filename_error_notvalid |