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.971 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 90 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java |
2 | 4 | 69 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSPropertyFileModifier.java |
| ||||
private static IFile getFileHandle(IPath filePath) { if (filePath == null) return null; return ResourcesPlugin.getWorkspace().getRoot().getFile(filePath); } |
| ||||
private static IFile getFileHandle(IPath propertyFilePath) { if (propertyFilePath == null) return null; return ResourcesPlugin.getWorkspace().getRoot().getFile(propertyFilePath); } |
| |||
private static IFile getFileHandle(IPath [[#variable56a69180]]) { if ( [[#variable56a69180]]== null) return null; return ResourcesPlugin.getWorkspace().getRoot().getFile( [[#variable56a69180]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56a69180]] | propertyFilePath |
1 | 2 | [[#56a69180]] | filePath |