Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.993 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 62 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/EditorInputAdapterFactory.java |
2 | 10 | 56 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/LogicalPackageAdapterFactory.java |
| ||||
private void updateLazyLoadedAdapters() { if (fSearchPageScoreComputer == null && SearchUtil.isSearchPlugInActivated()) createSearchPageScoreComputer(); } private void createSearchPageScoreComputer() { fSearchPageScoreComputer = new JavaSearchPageScoreComputer(); PROPERTIES = new Class[] { ISearchPageScoreComputer.class ,IJavaElement.class }; } |
| ||||
private void updateLazyLoadedAdapters() { if (fSearchPageScoreComputer == null && SearchUtil.isSearchPlugInActivated()) createSearchPageScoreComputer(); } private void createSearchPageScoreComputer() { fSearchPageScoreComputer = new JavaSearchPageScoreComputer(); PROPERTIES = new Class[] { ISearchPageScoreComputer.class , ResourceMapping.class }; } |
| |||
private void updateLazyLoadedAdapters() { if (fSearchPageScoreComputer == null && SearchUtil.isSearchPlugInActivated()) createSearchPageScoreComputer(); } private void createSearchPageScoreComputer() { fSearchPageScoreComputer = new JavaSearchPageScoreComputer(); PROPERTIES = new Class[] { ISearchPageScoreComputer.class , [[#variableb5190660]].class }; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5190660]] | IJavaElement |
1 | 2 | [[#b5190660]] | ResourceMapping |