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.977 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1097 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
2 | 2 | 1099 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
| ||||
case IJavaSearchConstants.METHOD: return createMethodOrConstructorPattern(stringPattern, limitTo, matchRule, false /*not a constructor*/ ); |
| ||||
case IJavaSearchConstants.CONSTRUCTOR: return createMethodOrConstructorPattern(stringPattern, limitTo, matchRule, true /*constructor*/ ); |
| |||
case IJavaSearchConstants. [[#variableb4464800]]: return createMethodOrConstructorPattern(stringPattern, limitTo, matchRule, [[#variableb4464780]] /*not a constructor*/ /*constructor*/ ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4464800]] | METHOD |
1 | 2 | [[#b4464800]] | CONSTRUCTOR |
2 | 1 | [[#b4464780]] | false |
2 | 2 | [[#b4464780]] | true |