Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 1 | 0.975 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 293 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
2 | 5 | 299 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
3 | 5 | 357 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
4 | 5 | 406 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
| ||||
protected void consumeAnnotationTypeDeclarationHeaderName() { int currentAstPtr = this.astPtr; super.consumeAnnotationTypeDeclarationHeaderName(); if (this.astPtr > currentAstPtr) // if ast node was pushed on the ast stack rememberCategories(); } |
| ||||
protected void consumeClassHeaderName1() { int currentAstPtr = this.astPtr; super.consumeClassHeaderName1(); if (this.astPtr > currentAstPtr) // if ast node was pushed on the ast stack rememberCategories(); } |
| ||||
protected void consumeEnumHeaderName() { int currentAstPtr = this.astPtr; super.consumeEnumHeaderName(); if (this.astPtr > currentAstPtr) // if ast node was pushed on the ast stack rememberCategories(); } |
| ||||
protected void consumeInterfaceHeaderName1() { int currentAstPtr = this.astPtr; super.consumeInterfaceHeaderName1(); if (this.astPtr > currentAstPtr) // if ast node was pushed on the ast stack rememberCategories(); } |
| |||
protected void [[#variable62d3d2a0]]() { int currentAstPtr = this.astPtr; super. [[#variable62d3d2a0]](); if (this.astPtr > currentAstPtr) // if ast node was pushed on the ast stack rememberCategories(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62d3d2a0]] | consumeAnnotationTypeDeclarationHeaderName |
1 | 2 | [[#62d3d2a0]] | consumeClassHeaderName1 |
1 | 3 | [[#62d3d2a0]] | consumeEnumHeaderName |
1 | 4 | [[#62d3d2a0]] | consumeInterfaceHeaderName1 |