Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.990 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 128 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryMember.java |
2 | 2 | 72 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/Initializer.java |
| ||||
/* * @see ISourceManipulation */ public void rename(String newName, boolean force, IProgressMonitor monitor) throws JavaModelException { throw new JavaModelException(new JavaModelStatus(IJavaModelStatusConstants.READ_ONLY, this )); } |
| ||||
/** * @see ISourceManipulation */ public void rename(String newName, boolean force, IProgressMonitor monitor) throws JavaModelException { throw new JavaModelException(new JavaModelStatus(IJavaModelStatusConstants.INVALID_ELEMENT_TYPES, this )); } |
| |||
/** * @see ISourceManipulation */ /* * @see ISourceManipulation */ public void rename(String newName, boolean force, IProgressMonitor monitor) throws JavaModelException { throw new JavaModelException(new JavaModelStatus(IJavaModelStatusConstants. [[#variable569f9760]], this )); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#569f9760]] | INVALID_ELEMENT_TYPES |
1 | 2 | [[#569f9760]] | READ_ONLY |