Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 3 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 177 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AssertStatement.java |
2 | 7 | 410 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java |
3 | 7 | 470 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java |
| ||||
if (this.expression == null) { // lazy init must be thread-safe for readers synchronized (this ) { if (this.expression == null) { preLazyInit(); this.expression = new SimpleName(this.ast); postLazyInit(this.expression, EXPRESSION_PROPERTY); } } } |
| ||||
if (this.typeName == null) { // lazy init must be thread-safe for readers synchronized (this ) { if (this.typeName == null) { preLazyInit(); this.typeName = new SimpleName(this.ast); postLazyInit(this.typeName, NAME_PROPERTY); } } } |
| ||||
if (this.type == null) { // lazy init must be thread-safe for readers synchronized (this ) { if (this.type == null) { preLazyInit(); this.type = new SimpleType(this.ast); postLazyInit(this.type, TYPE_PROPERTY); } } } |
| |||
if (this. [[#variable7d181d60]]== null) { // lazy init must be thread-safe for readers synchronized (this ) { if (this. [[#variable7d181d60]]== null) { preLazyInit(); this. [[#variable7d181d60]]= new [[#variable53c67fe0]](this.ast); postLazyInit(this. [[#variable7d181d60]], [[#variable7d181ca0]]); } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7d181d60]] | expression |
1 | 2 | [[#7d181d60]] | type |
1 | 3 | [[#7d181d60]] | typeName |
2 | 1 | [[#53c67fe0]] | SimpleName |
2 | 2 | [[#53c67fe0]] | SimpleType |
2 | 3 | [[#53c67fe0]] | SimpleName |
3 | 1 | [[#7d181ca0]] | EXPRESSION_PROPERTY |
3 | 2 | [[#7d181ca0]] | TYPE_PROPERTY |
3 | 3 | [[#7d181ca0]] | NAME_PROPERTY |