Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.972 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 180 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIContentAssistPreference.java |
2 | 3 | 200 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIContentAssistPreference.java |
| ||||
{ boolean enabled = store.getBoolean(PreferenceConstants.CODEASSIST_AUTOACTIVATION); assistant.enableAutoActivation(enabled); } |
| ||||
{ boolean enabled = store.getBoolean(PreferenceConstants.CODEASSIST_AUTOINSERT); assistant.enableAutoInsert(enabled); } |
| |||
{ boolean enabled = store.getBoolean(PreferenceConstants. [[#variableb3e45340]]); assistant. [[#variableb3e453a0]](enabled); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3e45340]] | CODEASSIST_AUTOACTIVATION |
1 | 2 | [[#b3e45340]] | CODEASSIST_AUTOINSERT |
2 | 1 | [[#b3e453a0]] | enableAutoActivation |
2 | 2 | [[#b3e453a0]] | enableAutoInsert |