Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 9 | 2 | 0.972 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 84 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
2 | 11 | 95 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
3 | 11 | 106 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
4 | 11 | 117 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
5 | 11 | 132 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
6 | 11 | 143 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
7 | 11 | 158 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
8 | 11 | 169 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
9 | 11 | 183 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
| ||||
{ int length = this.firstPrefixAndFirstSuffixResults.length; if (length == this.firstPrefixAndFirstSuffixResultsCount) { System.arraycopy( this.firstPrefixAndFirstSuffixResults, 0, this.firstPrefixAndFirstSuffixResults = new char[length * 2][], 0, length ); } this.firstPrefixAndFirstSuffixResults[this.firstPrefixAndFirstSuffixResultsCount++ ] = name; } |
| ||||
{ int length = this.firstPrefixAndSuffixResults.length; if (length == this.firstPrefixAndSuffixResultsCount) { System.arraycopy( this.firstPrefixAndSuffixResults, 0, this.firstPrefixAndSuffixResults = new char[length * 2][], 0, length ); } this.firstPrefixAndSuffixResults[this.firstPrefixAndSuffixResultsCount++ ] = name; } |
| ||||
{ int length = this.prefixAndFirstSuffixResults.length; if (length == this.prefixAndFirstSuffixResultsCount) { System.arraycopy( this.prefixAndFirstSuffixResults, 0, this.prefixAndFirstSuffixResults = new char[length * 2][], 0, length ); } this.prefixAndFirstSuffixResults[this.prefixAndFirstSuffixResultsCount++ ] = name; } |
| ||||
{ int length = this.prefixAndSuffixResults.length; if (length == this.prefixAndSuffixResultsCount) { System.arraycopy( this.prefixAndSuffixResults, 0, this.prefixAndSuffixResults = new char[length * 2][], 0, length ); } this.prefixAndSuffixResults[this.prefixAndSuffixResultsCount++ ] = name; } |
| ||||
{ int length = this.firstPrefixResults.length; if (length == this.firstPrefixResultsCount) { System.arraycopy( this.firstPrefixResults, 0, this.firstPrefixResults = new char[length * 2][], 0, length ); } this.firstPrefixResults[this.firstPrefixResultsCount++ ] = name; } |
| ||||
{ int length = this.prefixResults.length; if (length == this.prefixResultsCount) { System.arraycopy( this.prefixResults, 0, this.prefixResults = new char[length * 2][], 0, length ); } this.prefixResults[this.prefixResultsCount++ ] = name; } |
| ||||
{ int length = this.firstSuffixResults.length; if (length == this.firstSuffixResultsCount) { System.arraycopy( this.firstSuffixResults, 0, this.firstSuffixResults = new char[length * 2][], 0, length ); } this.firstSuffixResults[this.firstSuffixResultsCount++ ] = name; } |
| ||||
{ int length = this.suffixResults.length; if (length == this.suffixResultsCount) { System.arraycopy( this.suffixResults, 0, this.suffixResults = new char[length * 2][], 0, length ); } this.suffixResults[this.suffixResultsCount++ ] = name; } |
| ||||
{ int length = this.otherResults.length; if (length == this.otherResultsCount) { System.arraycopy( this.otherResults, 0, this.otherResults = new char[length * 2][], 0, length ); } this.otherResults[this.otherResultsCount++ ] = name; } |
| |||
{ int length = this. [[#variableb9e1c060]].length; if (length == this. [[#variableb1605ee0]]) { System.arraycopy(this. [[#variableb9e1c060]], 0, this. [[#variableb9e1c060]]= new char[length * 2][], 0, length); } this. [[#variableb9e1c060]][this. [[#variableb1605ee0]]++ ] = name; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9e1c060]] | firstPrefixAndFirstSuffixResults |
1 | 2 | [[#b9e1c060]] | firstPrefixAndSuffixResults |
1 | 3 | [[#b9e1c060]] | prefixAndFirstSuffixResults |
1 | 4 | [[#b9e1c060]] | prefixAndSuffixResults |
1 | 5 | [[#b9e1c060]] | firstPrefixResults |
1 | 6 | [[#b9e1c060]] | prefixResults |
1 | 7 | [[#b9e1c060]] | firstSuffixResults |
1 | 8 | [[#b9e1c060]] | suffixResults |
1 | 9 | [[#b9e1c060]] | otherResults |
2 | 1 | [[#b1605ee0]] | firstPrefixAndFirstSuffixResultsCount |
2 | 2 | [[#b1605ee0]] | firstPrefixAndSuffixResultsCount |
2 | 3 | [[#b1605ee0]] | prefixAndFirstSuffixResultsCount |
2 | 4 | [[#b1605ee0]] | prefixAndSuffixResultsCount |
2 | 5 | [[#b1605ee0]] | firstPrefixResultsCount |
2 | 6 | [[#b1605ee0]] | prefixResultsCount |
2 | 7 | [[#b1605ee0]] | firstSuffixResultsCount |
2 | 8 | [[#b1605ee0]] | suffixResultsCount |
2 | 9 | [[#b1605ee0]] | otherResultsCount |