Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.966 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 349 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/TextAreaPainter.java |
2 | 8 | 378 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/TextAreaPainter.java |
| |||||
{ this.structureHighlightColor = structureHighlightColor; StructureMatcher.Match match = textArea.getStructureMatch(); if (match != null) { textArea.invalidateLineRange(match.startLine, match.endLine); } } //}}} |
| |||||
{ this.structureHighlight = structureHighlight; StructureMatcher.Match match = textArea.getStructureMatch(); if (match != null) { textArea.invalidateLineRange(match.startLine, match.endLine); } } //}}} |
| |||
{ this. [[#variablee2181c0]]= [[#variablee2181c0]]; StructureMatcher.Match match = textArea.getStructureMatch(); if (match != null) { textArea.invalidateLineRange(match.startLine, match.endLine); } } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e2181c0]] | structureHighlightColor |
1 | 2 | [[#e2181c0]] | structureHighlight |