CloneSet3908


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6330.962executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16260
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/Buffer.java
26434
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessingState.java
36361
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java
Clone Instance
1
Line Count
6
Source Line
260
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/Buffer.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);
                                }
                                       } );


Clone Instance
2
Line Count
6
Source Line
434
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessingState.java

                                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);
                                        }
                                               } );


Clone Instance
3
Line Count
6
Source Line
361
Source File
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 Type hierarchy change notification"); //$NON-NLS-1$
                        }

                        public void run() throws Exception {
                                listener.typeHierarchyChanged(TypeHierarchy.this );
                        }
                               } );


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4d11b2a0]]
"Exception occurred in listener of buffer change notification" 
12[[#4d11b2a0]]
"Exception occurred in listener of pre Java resource change notification" 
13[[#4d11b2a0]]
"Exception occurred in listener of Type hierarchy change notification" 
21[[#4d11a300]]
bufferChanged 
22[[#4d11a300]]
resourceChanged 
23[[#4d11a300]]
typeHierarchyChanged 
31[[#4d11b1c0]]
event 
32[[#4d11b1c0]]
event 
33[[#4d11b1c0]]
TypeHierarchy.this