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.983 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 56 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetClassFile.java |
2 | 2 | 58 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetClassFile.java |
| ||||
this.header[this.headerOffset++ ] = (byte) (targetJDK >> 8); // minor high this.header[this.headerOffset++ ] = (byte) (targetJDK >> 0); // minor low |
| ||||
this.header[this.headerOffset++ ] = (byte) (targetJDK >> 24); // major high this.header[this.headerOffset++ ] = (byte) (targetJDK >> 16); // major low |
| |||
this.header[this.headerOffset++ ] = (byte) (targetJDK >> [[#variable77adc480]]); // minor high // major high this.header[this.headerOffset++ ] = (byte) (targetJDK >> [[#variable77adc460]]); // minor low // major low |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77adc480]] | 8 |
1 | 2 | [[#77adc480]] | 24 |
2 | 1 | [[#77adc460]] | 0 |
2 | 2 | [[#77adc460]] | 16 |