CloneSet6872


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14537
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java
24404
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java
Clone Instance
1
Line Count
4
Source Line
537
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java

                IStreamsProxy streamsProxy = process.getStreamsProxy();
                String text = null;
                if (streamsProxy != null) {
                        text = streamsProxy.getOutputStreamMonitor().getContents();
                }


Clone Instance
2
Line Count
4
Source Line
404
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java

                                IStreamsProxy streamsProxy = process.getStreamsProxy();
                                String text = null;
                                if (streamsProxy != null) {
                                        text = streamsProxy.getOutputStreamMonitor().getContents();
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

IStreamsProxy streamsProxy = process.getStreamsProxy();
String text = null;
if (streamsProxy != null) {
  text = streamsProxy.getOutputStreamMonitor().getContents();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None