Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
27 | 2 | 0 | 1.000 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 27 | 487 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java |
2 | 27 | 568 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java |
| ||||
validateReceivingType(receivingType); // do the evaluation in a different thread Runnable r = new Runnable() { public void run() { try { LocalEvaluationEngine.this.getEvaluationContext(). evaluateCodeSnippet( LocalEvaluationEngine.this.getSnippet(), LocalEvaluationEngine.this.getLocalVariableTypeNames(), LocalEvaluationEngine.this.getLocalVariableNames(), LocalEvaluationEngine.this.getLocalVariableModifiers(), receivingType, isStatic, isConstructor, LocalEvaluationEngine.this, null ); } catch (JavaModelException e) { LocalEvaluationEngine.this.getResult().setException(new DebugException(e.getStatus())); } LocalEvaluationEngine.this.evaluationComplete(); } }; Thread t = new Thread(r); t.setDaemon(true); t.start(); |
| ||||
validateReceivingType(receivingType); // do the evaluation in a different thread Runnable r = new Runnable() { public void run() { try { LocalEvaluationEngine.this.getEvaluationContext(). evaluateCodeSnippet( LocalEvaluationEngine.this.getSnippet(), LocalEvaluationEngine.this.getLocalVariableTypeNames(), LocalEvaluationEngine.this.getLocalVariableNames(), LocalEvaluationEngine.this.getLocalVariableModifiers(), receivingType, isStatic, isConstructor, LocalEvaluationEngine.this, null ); } catch (JavaModelException e) { LocalEvaluationEngine.this.getResult().setException(new DebugException(e.getStatus())); } LocalEvaluationEngine.this.evaluationComplete(); } }; Thread t = new Thread(r); t.setDaemon(true); t.start(); |
| |||
validateReceivingType(receivingType); // do the evaluation in a different thread Runnable r = new Runnable() { public void run() { try { LocalEvaluationEngine.this.getEvaluationContext().evaluateCodeSnippet(LocalEvaluationEngine.this.getSnippet(), LocalEvaluationEngine.this.getLocalVariableTypeNames(), LocalEvaluationEngine.this.getLocalVariableNames(), LocalEvaluationEngine.this.getLocalVariableModifiers(), receivingType, isStatic, isConstructor, LocalEvaluationEngine.this, null); } catch (JavaModelException e) { LocalEvaluationEngine.this.getResult().setException(new DebugException(e.getStatus())); } LocalEvaluationEngine.this.evaluationComplete(); } }; Thread t = new Thread(r); t.setDaemon(true); t.start(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |