Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.962 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 260 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/Buffer.java |
2 | 6 | 434 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessingState.java |
3 | 6 | 361 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
| ||||
SafeRunner.run(new ISafeRunnable() { public void handleException(Throwable exception) { Util.log(exception, "Exception occurred in listener of buffer change notification"); //$NON-NLS-1$ } public void run() throws Exception { listener.bufferChanged(event); } } ); |
| ||||
SafeRunner.run(new ISafeRunnable() { public void handleException(Throwable exception) { Util.log(exception, "Exception occurred in listener of pre Java resource change notification"); //$NON-NLS-1$ } public void run() throws Exception { listener.resourceChanged(event); } } ); |
| ||||
SafeRunner.run(new ISafeRunnable() { public void handleException(Throwable exception) { Util.log(exception, "Exception occurred in listener of Type hierarchy change notification"); //$NON-NLS-1$ } public void run() throws Exception { listener.typeHierarchyChanged(TypeHierarchy.this ); } } ); |
| |||
SafeRunner.run(new ISafeRunnable() { public void handleException(Throwable exception) { Util.log(exception, [[#variable4d11b2a0]]); //$NON-NLS-1$ } public void run() throws Exception { listener. [[#variable4d11a300]]( [[#variable4d11b1c0]]); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4d11b2a0]] | "Exception occurred in listener of buffer change notification" |
1 | 2 | [[#4d11b2a0]] | "Exception occurred in listener of pre Java resource change notification" |
1 | 3 | [[#4d11b2a0]] | "Exception occurred in listener of Type hierarchy change notification" |
2 | 1 | [[#4d11a300]] | bufferChanged |
2 | 2 | [[#4d11a300]] | resourceChanged |
2 | 3 | [[#4d11a300]] | typeHierarchyChanged |
3 | 1 | [[#4d11b1c0]] | event |
3 | 2 | [[#4d11b1c0]] | event |
3 | 3 | [[#4d11b1c0]] | TypeHierarchy.this |