Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.950 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 174 | E:/TSE/Projects-CloneDR/sql12/plugins/i18n/src/net/sourceforge/squirrel_sql/plugins/i18n/DevelopersController.java |
2 | 2 | 129 | E:/TSE/Projects-CloneDR/sql12/plugins/i18n/src/net/sourceforge/squirrel_sql/plugins/i18n/I18nBundle.java |
| |||||
FileOutputStream fos = new FileOutputStream(i18nStringFile, true); PrintWriter ps = new PrintWriter(fos); |
| |||||
FileOutputStream fos = new FileOutputStream(toAppendTo, true); PrintWriter pw = new PrintWriter(fos); |
| |||
FileOutputStream fos = new FileOutputStream( [[#variable1ca03420]], true); PrintWriter [[#variable1ca033c0]]= new PrintWriter(fos); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca03420]] | i18nStringFile |
1 | 2 | [[#1ca03420]] | toAppendTo |
2 | 1 | [[#1ca033c0]] | ps |
2 | 2 | [[#1ca033c0]] | pw |