Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.990 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 33 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/EditorInputAdapterFactory.java |
2 | 10 | 31 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/LogicalPackageAdapterFactory.java |
| ||||
private static Class[] PROPERTIES = new Class[] { IJavaElement.class }; private Object fSearchPageScoreComputer; public Class[] getAdapterList() { updateLazyLoadedAdapters(); return PROPERTIES; } |
| ||||
private static Class[] PROPERTIES = new Class[] { ResourceMapping.class }; // Must be Object to allow lazy loading private Object fSearchPageScoreComputer; public Class[] getAdapterList() { updateLazyLoadedAdapters(); return PROPERTIES; } |
| |||
private static Class[] PROPERTIES = new Class[] { [[#variable58b63e80]].class }; // Must be Object to allow lazy loading private Object fSearchPageScoreComputer; public Class[] getAdapterList() { updateLazyLoadedAdapters(); return PROPERTIES; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58b63e80]] | IJavaElement |
1 | 2 | [[#58b63e80]] | ResourceMapping |