Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.956 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 32 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/util/WorkRequest.java |
2 | 4 | 43 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/util/WorkRequest.java |
3 | 4 | 54 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/util/WorkRequest.java |
4 | 4 | 65 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/util/WorkRequest.java |
| |||||
{ Thread thread = Thread.currentThread(); if (thread instanceof WorkThread) ((WorkThread) thread).setAbortable(abortable); } |
| |||||
{ Thread thread = Thread.currentThread(); if (thread instanceof WorkThread) ((WorkThread) thread).setStatus(status); } |
| |||||
{ Thread thread = Thread.currentThread(); if (thread instanceof WorkThread) ((WorkThread) thread).setProgressValue(value); } |
| |||||
{ Thread thread = Thread.currentThread(); if (thread instanceof WorkThread) ((WorkThread) thread).setProgressMaximum(value); } |
| |||
{ Thread thread = Thread.currentThread(); if (thread instanceof WorkThread) ((WorkThread) thread). [[#variableaf1f2a0]]( [[#variableaf1f200]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#af1f2a0]] | setAbortable |
1 | 2 | [[#af1f2a0]] | setStatus |
1 | 3 | [[#af1f2a0]] | setProgressValue |
1 | 4 | [[#af1f2a0]] | setProgressMaximum |
2 | 1 | [[#af1f200]] | abortable |
2 | 2 | [[#af1f200]] | status |
2 | 3 | [[#af1f200]] | value |
2 | 4 | [[#af1f200]] | value |