Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 203 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
2 | 2 | 232 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
3 | 2 | 1019 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
4 | 2 | 1039 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
5 | 2 | 5708 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
6 | 2 | 5834 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
// Required to fix 1PR0XVS: LFRE:WINNT - Compiler: variable table for method appears incorrect if ((this.generateAttributes& (ClassFileConstants.ATTR_VARS| ClassFileConstants.ATTR_STACK_MAP)) == 0) return; |
| ||||
if ((this.generateAttributes& (ClassFileConstants.ATTR_VARS| ClassFileConstants.ATTR_STACK_MAP)) == 0) return; |
| ||||
// mark all the scope's locals as losing their definite assignment if ((this.generateAttributes& (ClassFileConstants.ATTR_VARS| ClassFileConstants.ATTR_STACK_MAP)) == 0) return; |
| ||||
// mark all the scope's locals as losing their definite assignment if ((this.generateAttributes& (ClassFileConstants.ATTR_VARS| ClassFileConstants.ATTR_STACK_MAP)) == 0) return; |
| ||||
if ((this.generateAttributes& (ClassFileConstants.ATTR_VARS| ClassFileConstants.ATTR_STACK_MAP)) == 0) return; |
| ||||
// given some flow info, make sure we did not loose some variables initialization // if this happens, then we must update their pc entries to reflect it in debug attributes if ((this.generateAttributes& (ClassFileConstants.ATTR_VARS| ClassFileConstants.ATTR_STACK_MAP)) == 0) return; |
| |||
// Required to fix 1PR0XVS: LFRE:WINNT - Compiler: variable table for method appears incorrect // mark all the scope's locals as losing their definite assignment // given some flow info, make sure we did not loose some variables initialization // if this happens, then we must update their pc entries to reflect it in debug attributes if ((this.generateAttributes&(ClassFileConstants.ATTR_VARS|ClassFileConstants.ATTR_STACK_MAP)) == 0) return; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |