Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.964 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 2941 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
2 | 10 | 3030 | 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 } |
| ||||
{ 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 } |
| |||
{ 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63d52c60]] | true |
1 | 2 | [[#63d52c60]] | canModifyResources |