Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.973 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 134 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/SymbolAxisTests.java |
2 | 4 | 139 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/SymbolAxisTests.java |
| |||||
a1 = new SymbolAxis("Axis 2", new String[] { "A", "B" } ); assertFalse(a1.equals(a2)); a2 = new SymbolAxis("Axis 2", new String[] { "A", "B" } ); assertTrue(a1.equals(a2)); |
| |||||
a1 = new SymbolAxis("Axis 2", new String[] { "C", "B" } ); assertFalse(a1.equals(a2)); a2 = new SymbolAxis("Axis 2", new String[] { "C", "B" } ); assertTrue(a1.equals(a2)); |
| |||
a1 = new SymbolAxis("Axis 2", new String[] { [[#variable18ea4560]], "B" } ); assertFalse(a1.equals(a2)); a2 = new SymbolAxis("Axis 2", new String[] { [[#variable18ea4560]], "B" } ); assertTrue(a1.equals(a2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ea4560]] | "A" |
1 | 2 | [[#18ea4560]] | "C" |