Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 4 | 0.965 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 152 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/IndentationTabPage.java |
2 | 5 | 160 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/IndentationTabPage.java |
3 | 5 | 168 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/IndentationTabPage.java |
| ||||
tabPreference.setEnabled(true); tabPreference.setKey(DefaultCodeFormatterConstants.FORMATTER_TAB_SIZE); indentPreference.setEnabled(true); indentPreference.setKey(DefaultCodeFormatterConstants.FORMATTER_INDENTATION_SIZE); onlyForLeading.setEnabled(true); |
| ||||
tabPreference.setEnabled(true); tabPreference.setKey(DefaultCodeFormatterConstants.FORMATTER_INDENTATION_SIZE); indentPreference.setEnabled(true); indentPreference.setKey(DefaultCodeFormatterConstants.FORMATTER_TAB_SIZE); onlyForLeading.setEnabled(false); |
| ||||
tabPreference.setEnabled(true); tabPreference.setKey(DefaultCodeFormatterConstants.FORMATTER_TAB_SIZE); indentPreference.setEnabled(false); indentPreference.setKey(DefaultCodeFormatterConstants.FORMATTER_TAB_SIZE); onlyForLeading.setEnabled(true); |
| |||
tabPreference.setEnabled(true); tabPreference.setKey(DefaultCodeFormatterConstants. [[#variablea4f6eaa0]]); indentPreference.setEnabled( [[#variablea4f6e280]]); indentPreference.setKey(DefaultCodeFormatterConstants. [[#variablea4f6e2a0]]); onlyForLeading.setEnabled( [[#variablea4f6ebc0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4f6eaa0]] | FORMATTER_TAB_SIZE |
1 | 2 | [[#a4f6eaa0]] | FORMATTER_INDENTATION_SIZE |
1 | 3 | [[#a4f6eaa0]] | FORMATTER_TAB_SIZE |
2 | 1 | [[#a4f6e280]] | false |
2 | 2 | [[#a4f6e280]] | true |
2 | 3 | [[#a4f6e280]] | true |
3 | 1 | [[#a4f6e2a0]] | FORMATTER_TAB_SIZE |
3 | 2 | [[#a4f6e2a0]] | FORMATTER_TAB_SIZE |
3 | 3 | [[#a4f6e2a0]] | FORMATTER_INDENTATION_SIZE |
4 | 1 | [[#a4f6ebc0]] | true |
4 | 2 | [[#a4f6ebc0]] | false |
4 | 3 | [[#a4f6ebc0]] | true |