Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.975 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 605 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java |
2 | 4 | 616 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java |
| ||||
throw new CoreException(JavaUIStatus.createError( IJavaModelStatusConstants.INVALID_RESOURCE_TYPE, JavaEditorMessages.ClassFileEditor_error_invalid_input_message, null )); |
| ||||
throw new CoreException(JavaUIStatus.createError( IJavaModelStatusConstants.INVALID_RESOURCE, JavaEditorMessages.ClassFileEditor_error_classfile_not_on_classpath, null )); |
| |||
throw new CoreException(JavaUIStatus.createError(IJavaModelStatusConstants. [[#variableba5040c0]], JavaEditorMessages. [[#variableba504120]], null)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba5040c0]] | INVALID_RESOURCE_TYPE |
1 | 2 | [[#ba5040c0]] | INVALID_RESOURCE |
2 | 1 | [[#ba504120]] | ClassFileEditor_error_invalid_input_message |
2 | 2 | [[#ba504120]] | ClassFileEditor_error_classfile_not_on_classpath |