Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.965 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 405 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java |
2 | 6 | 413 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java |
| ||||
private final Category fMethodThrowsClauseCategory = new Category( DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_METHOD_DECLARATION, "class Example {" + //$NON-NLS-1$ "int foo() throws FirstException, SecondException, ThirdException {" + //$NON-NLS-1$ " return Other.doSomething();}}", //$NON-NLS-1$ FormatterMessages.LineWrappingTabPage_throws_clause ); |
| ||||
private final Category fConstructorThrowsClauseCategory = new Category( DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_CONSTRUCTOR_DECLARATION, "class Example {" + //$NON-NLS-1$ "Example() throws FirstException, SecondException, ThirdException {" + //$NON-NLS-1$ " return Other.doSomething();}}", //$NON-NLS-1$ FormatterMessages.LineWrappingTabPage_throws_clause ); |
| |||
private final Category [[#variablebc317d80]]= new Category(DefaultCodeFormatterConstants. [[#variablebc317d00]], "class Example {" + //$NON-NLS-1$ [[#variablebc317c80]] + //$NON-NLS-1$ " return Other.doSomething();}}", //$NON-NLS-1$ FormatterMessages.LineWrappingTabPage_throws_clause); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bc317d80]] | fMethodThrowsClauseCategory |
1 | 2 | [[#bc317d80]] | fConstructorThrowsClauseCategory |
2 | 1 | [[#bc317d00]] | FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_METHOD_DECLARATION |
2 | 2 | [[#bc317d00]] | FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_CONSTRUCTOR_DECLARATION |
3 | 1 | [[#bc317c80]] | "int foo() throws FirstException, SecondException, ThirdException {" |
3 | 2 | [[#bc317c80]] | "Example() throws FirstException, SecondException, ThirdException {" |