Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.990 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 88 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryMarkerResolutionGenerator.java |
2 | 5 | 105 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryMarkerResolutionGenerator.java |
| ||||
String label = NewWizardMessages.UserLibraryMarkerResolutionGenerator_changetouserlib_label; Image image = JavaPluginImages.get(JavaPluginImages.IMG_CORRECTION_RENAME); resolutions.add(new UserLibraryMarkerResolution(label, image) { public void run(IMarker m) { changeToExistingLibrary(shell, path, false, project); } } ); |
| ||||
String label = NewWizardMessages.UserLibraryMarkerResolutionGenerator_changetoother; Image image = JavaPluginImages.get(JavaPluginImages.IMG_CORRECTION_RENAME); resolutions.add(new UserLibraryMarkerResolution(label, image) { public void run(IMarker m) { changeToExistingLibrary(shell, path, true, project); } } ); |
| |||
String label = NewWizardMessages. [[#variableb2ebb9a0]]; Image image = JavaPluginImages.get(JavaPluginImages.IMG_CORRECTION_RENAME); resolutions.add(new UserLibraryMarkerResolution(label, image) { public void run(IMarker m) { changeToExistingLibrary(shell, path, [[#variableb2ebb9c0]], project); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2ebb9a0]] | UserLibraryMarkerResolutionGenerator_changetouserlib_label |
1 | 2 | [[#b2ebb9a0]] | UserLibraryMarkerResolutionGenerator_changetoother |
2 | 1 | [[#b2ebb9c0]] | false |
2 | 2 | [[#b2ebb9c0]] | true |