Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 1 | 0.981 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 89 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetClassFile.java |
2 | 2 | 92 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetClassFile.java |
3 | 2 | 101 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetClassFile.java |
4 | 2 | 105 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetClassFile.java |
5 | 2 | 110 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetClassFile.java |
| ||||
// now we continue to generate the bytes inside the contents array this.contents[this.contentsOffset++ ] = (byte) (accessFlags >> 8); this.contents[this.contentsOffset++ ] = (byte) accessFlags; |
| ||||
this.contents[this.contentsOffset++ ] = (byte) (classNameIndex >> 8); this.contents[this.contentsOffset++ ] = (byte) classNameIndex; |
| ||||
this.contents[this.contentsOffset++ ] = (byte) (superclassNameIndex >> 8); this.contents[this.contentsOffset++ ] = (byte) superclassNameIndex; |
| ||||
this.contents[this.contentsOffset++ ] = (byte) (interfacesCount >> 8); this.contents[this.contentsOffset++ ] = (byte) interfacesCount; |
| ||||
this.contents[this.contentsOffset++ ] = (byte) (interfaceIndex >> 8); this.contents[this.contentsOffset++ ] = (byte) interfaceIndex; |
| |||
// now we continue to generate the bytes inside the contents array this.contents[this.contentsOffset++ ] = (byte) ( [[#variable50464c40]] >> 8); this.contents[this.contentsOffset++ ] = (byte) [[#variable50464c40]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50464c40]] | accessFlags |
1 | 2 | [[#50464c40]] | classNameIndex |
1 | 3 | [[#50464c40]] | superclassNameIndex |
1 | 4 | [[#50464c40]] | interfacesCount |
1 | 5 | [[#50464c40]] | interfaceIndex |