Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 6 | 0.959 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1168 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java |
2 | 4 | 1174 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java |
3 | 4 | 1180 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java |
4 | 4 | 1193 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java |
| ||||
action = new TextOperationAction(JavaEditorMessages.getBundleForConstructedKeys(), "ContentAssistContextInformation.", this, ISourceViewer.CONTENTASSIST_CONTEXT_INFORMATION); //$NON-NLS-1$ action.setActionDefinitionId(ITextEditorActionDefinitionIds.CONTENT_ASSIST_CONTEXT_INFORMATION); setAction("ContentAssistContextInformation", action); //$NON-NLS-1$ markAsStateDependentAction("ContentAssistContextInformation", true); //$NON-NLS-1$ |
| ||||
action = new TextOperationAction(JavaEditorMessages.getBundleForConstructedKeys(), "Comment.", this, ITextOperationTarget.PREFIX); //$NON-NLS-1$ action.setActionDefinitionId(IJavaEditorActionDefinitionIds.COMMENT); setAction("Comment", action); //$NON-NLS-1$ markAsStateDependentAction("Comment", true); //$NON-NLS-1$ |
| ||||
action = new TextOperationAction(JavaEditorMessages.getBundleForConstructedKeys(), "Uncomment.", this, ITextOperationTarget.STRIP_PREFIX); //$NON-NLS-1$ action.setActionDefinitionId(IJavaEditorActionDefinitionIds.UNCOMMENT); setAction("Uncomment", action); //$NON-NLS-1$ markAsStateDependentAction("Uncomment", true); //$NON-NLS-1$ |
| ||||
action = new TextOperationAction(JavaEditorMessages.getBundleForConstructedKeys(), "Format.", this, ISourceViewer.FORMAT); //$NON-NLS-1$ action.setActionDefinitionId(IJavaEditorActionDefinitionIds.FORMAT); setAction("Format", action); //$NON-NLS-1$ markAsStateDependentAction("Format", true); //$NON-NLS-1$ |
| |||
action = new TextOperationAction(JavaEditorMessages.getBundleForConstructedKeys(), [[#variable98fa30c0]], this, [[#variable98fa3000]]. [[#variable98fa2fc0]]); //$NON-NLS-1$ action.setActionDefinitionId( [[#variable98fa2f40]]. [[#variable97f7a3c0]]); setAction( [[#variable98fa2f80]], action); //$NON-NLS-1$ markAsStateDependentAction( [[#variable98fa2f80]], true); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#98fa30c0]] | "Format." |
1 | 2 | [[#98fa30c0]] | "Uncomment." |
1 | 3 | [[#98fa30c0]] | "Comment." |
1 | 4 | [[#98fa30c0]] | "ContentAssistContextInformation." |
2 | 1 | [[#98fa3000]] | ISourceViewer |
2 | 2 | [[#98fa3000]] | ITextOperationTarget |
2 | 3 | [[#98fa3000]] | ITextOperationTarget |
2 | 4 | [[#98fa3000]] | ISourceViewer |
3 | 1 | [[#98fa2fc0]] | FORMAT |
3 | 2 | [[#98fa2fc0]] | STRIP_PREFIX |
3 | 3 | [[#98fa2fc0]] | PREFIX |
3 | 4 | [[#98fa2fc0]] | CONTENTASSIST_CONTEXT_INFORMATION |
4 | 1 | [[#98fa2f40]] | IJavaEditorActionDefinitionIds |
4 | 2 | [[#98fa2f40]] | IJavaEditorActionDefinitionIds |
4 | 3 | [[#98fa2f40]] | IJavaEditorActionDefinitionIds |
4 | 4 | [[#98fa2f40]] | ITextEditorActionDefinitionIds |
5 | 1 | [[#97f7a3c0]] | FORMAT |
5 | 2 | [[#97f7a3c0]] | UNCOMMENT |
5 | 3 | [[#97f7a3c0]] | COMMENT |
5 | 4 | [[#97f7a3c0]] | CONTENT_ASSIST_CONTEXT_INFORMATION |
6 | 1 | [[#98fa2f80]] | "Format" |
6 | 2 | [[#98fa2f80]] | "Uncomment" |
6 | 3 | [[#98fa2f80]] | "Comment" |
6 | 4 | [[#98fa2f80]] | "ContentAssistContextInformation" |