Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 402 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
2 | 4 | 416 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
3 | 4 | 422 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
| ||||
if ( !resolvedPath.isAbsolute()) { String message = Messages.format(NewWizardMessages.SourceAttachmentBlock_filename_error_notabsolute, filePath.toString()); status.setError(message); return status; } |
| ||||
if ( !file.exists()) { String message = Messages.format(NewWizardMessages.SourceAttachmentBlock_filename_error_filenotexists, filePath.toString()); status.setError(message); return status; } |
| ||||
if ( !filePath.isAbsolute()) { String message = Messages.format(NewWizardMessages.SourceAttachmentBlock_filename_error_notabsolute, filePath.toString()); status.setError(message); return status; } |
| |||
if ( ! [[#variable5fe36b20]]. [[#variable5d66cc40]]()) { String message = Messages.format(NewWizardMessages. [[#variable9578d560]], filePath.toString()); status.setError(message); return status; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fe36b20]] | resolvedPath |
1 | 2 | [[#5fe36b20]] | filePath |
1 | 3 | [[#5fe36b20]] | file |
2 | 1 | [[#5d66cc40]] | isAbsolute |
2 | 2 | [[#5d66cc40]] | isAbsolute |
2 | 3 | [[#5d66cc40]] | exists |
3 | 1 | [[#9578d560]] | SourceAttachmentBlock_filename_error_notabsolute |
3 | 2 | [[#9578d560]] | SourceAttachmentBlock_filename_error_notabsolute |
3 | 3 | [[#9578d560]] | SourceAttachmentBlock_filename_error_filenotexists |