CloneSet1869


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.976field_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1572
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/CopyProgressMonitor.java
2544
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/codereformat/CodeReformatorTest.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
72
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/CopyProgressMonitor.java

private static CommentSpec[] commentSpecs = new CommentSpec[] {
                                                                new CommentSpec("/*", "*/"),
                                                                new CommentSpec("--", "\n")
                                                              };


First
Previous
Clone Instance
2
Line Count
5
Source Line
44
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/codereformat/CodeReformatorTest.java

private static CommentSpec[] COMMENT_SPECS = new CommentSpec[] {
                                                                 new CommentSpec("/*", "*/"),
                                                                 new CommentSpec("--", "\n")
                                                               };


Clone AbstractionParameter Count: 1Parameter Bindings

private static CommentSpec[]  [[#variable1c9b76e0]]= new CommentSpec[] {
                                                                         new CommentSpec("/*", "*/"),
                                                                         new CommentSpec("--", "\n")
                                                                       };
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c9b76e0]]
commentSpecs 
12[[#1c9b76e0]]
COMMENT_SPECS