CloneSet5171


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.964block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1102941
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java
2103030
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java
Clone Instance
1
Line Count
10
Source Line
2941
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java

                                          {

                setRawClasspath(
                        entries, 
                        SetClasspathOperation.DO_NOT_SET_OUTPUT, 
                        monitor, 
                        canModifyResources, 
                        getResolvedClasspath(true
                                                 /*ignoreUnresolvedEntry*/
                                                 ,                          false
                                                                                 /*don't generateMarkerOnError*/
                                                                                 ,                                false
                                                                                                                       /*don't returnResolutionInProgress*/
                                                                                                                       ), true, // needValidation
                         canModifyResources); // save only if modifying resources is allowed
                                          }


Clone Instance
2
Line Count
10
Source Line
3030
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java

                                          {

                setRawClasspath(
                        entries, 
                        SetClasspathOperation.DO_NOT_SET_OUTPUT, 
                        monitor, 
                        true, // canChangeResource (as per API contract)
                         getResolvedClasspath(true
                                                  /*ignoreUnresolvedEntry*/
                                                  ,                          false
                                                                                  /*don't generateMarkerOnError*/
                                                                                  ,                                false
                                                                                                                        /*don't returnResolutionInProgress*/
                                                                                                                        ), true, // needValidation
                         true  ); // need to save
                                          }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  setRawClasspath(entries, SetClasspathOperation.DO_NOT_SET_OUTPUT, monitor,  [[#variable63d52c60]], // canChangeResource (as per API contract)
                   getResolvedClasspath(true
                                            /*ignoreUnresolvedEntry*/
                                            , false
                                                   /*don't generateMarkerOnError*/
                                                   , false
                                                          /*don't returnResolutionInProgress*/
                                                          ), true, // needValidation
                    [[#variable63d52c60]]); // need to save // save only if modifying resources is allowed
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63d52c60]]
true 
12[[#63d52c60]]
canModifyResources