Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.992 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1380 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
2 | 4 | 1385 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
| ||||
{ // happens if the .classpath could not be written to disk createClasspathProblemMarker(new JavaModelStatus( IJavaModelStatusConstants.INVALID_CLASSPATH_FILE_FORMAT, Messages.bind(Messages.classpath_couldNotWriteClasspathFile, new String[] { getElementName(), e.getMessage() } ))); } |
| ||||
{ createClasspathProblemMarker(new JavaModelStatus( IJavaModelStatusConstants.INVALID_CLASSPATH_FILE_FORMAT, Messages.bind(Messages.classpath_invalidClasspathInClasspathFile, new String[] { getElementName(), e.getMessage() } ))); } |
| |||
{ // happens if the .classpath could not be written to disk createClasspathProblemMarker(new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH_FILE_FORMAT, Messages.bind(Messages. [[#variable9cdf6980]], new String[] { getElementName(), e.getMessage() } ))); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9cdf6980]] | classpath_invalidClasspathInClasspathFile |
1 | 2 | [[#9cdf6980]] | classpath_couldNotWriteClasspathFile |