Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.976 | field_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 72 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/CopyProgressMonitor.java |
2 | 5 | 44 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/codereformat/CodeReformatorTest.java |
| |||||
private static CommentSpec[] commentSpecs = new CommentSpec[] { new CommentSpec("/*", "*/"), new CommentSpec("--", "\n") }; |
| |||||
private static CommentSpec[] COMMENT_SPECS = new CommentSpec[] { new CommentSpec("/*", "*/"), new CommentSpec("--", "\n") }; |
| |||
private static CommentSpec[] [[#variable1c9b76e0]]= new CommentSpec[] { new CommentSpec("/*", "*/"), new CommentSpec("--", "\n") }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9b76e0]] | commentSpecs |
1 | 2 | [[#1c9b76e0]] | COMMENT_SPECS |