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.961 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 398 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java |
2 | 4 | 403 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java |
| ||||
{ if (fileEncodings == null) fileEncodings = new HashMap(); //use File to translate the string into a path with the correct File.seperator fileEncodings.put(str, enc); } |
| ||||
{ if (dirEncodings == null) dirEncodings = new HashMap(); dirEncodings.put(str, enc); } |
| |||
{ if ( [[#variableba8ab2a0]]== null) [[#variableba8ab2a0]]= new HashMap(); [[#variableba8ab2a0]].put(str, enc); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba8ab2a0]] | fileEncodings |
1 | 2 | [[#ba8ab2a0]] | dirEncodings |