Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 187 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIContentAssistPreference.java |
2 | 2 | 190 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIContentAssistPreference.java |
3 | 2 | 193 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIContentAssistPreference.java |
4 | 2 | 197 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIContentAssistPreference.java |
| ||||
Color c = getColor(store, PreferenceConstants.CODEASSIST_PROPOSALS_FOREGROUND); assistant.setProposalSelectorForeground(c); |
| ||||
Color c = getColor(store, PreferenceConstants.CODEASSIST_PROPOSALS_BACKGROUND); assistant.setProposalSelectorBackground(c); |
| ||||
Color c = getColor(store, PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND); assistant.setContextInformationPopupForeground(c); |
| ||||
Color c = getColor(store, PreferenceConstants.CODEASSIST_PARAMETERS_BACKGROUND); assistant.setContextInformationPopupBackground(c); |
| |||
Color c = getColor(store, PreferenceConstants. [[#variable9ceee200]]); assistant. [[#variable9ceee1c0]](c); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ceee200]] | CODEASSIST_PROPOSALS_FOREGROUND |
1 | 2 | [[#9ceee200]] | CODEASSIST_PROPOSALS_BACKGROUND |
1 | 3 | [[#9ceee200]] | CODEASSIST_PARAMETERS_FOREGROUND |
1 | 4 | [[#9ceee200]] | CODEASSIST_PARAMETERS_BACKGROUND |
2 | 1 | [[#9ceee1c0]] | setProposalSelectorForeground |
2 | 2 | [[#9ceee1c0]] | setProposalSelectorBackground |
2 | 3 | [[#9ceee1c0]] | setContextInformationPopupForeground |
2 | 4 | [[#9ceee1c0]] | setContextInformationPopupBackground |