Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.992 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 326 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ImportOrganizeConfigurationBlock.java |
2 | 5 | 364 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ImportOrganizeConfigurationBlock.java |
| ||||
String lastPath = dialogSettings.get(DIALOGSETTING_LASTLOADPATH); if (lastPath != null) { dialog.setFilterPath(lastPath); } String fileName = dialog.open(); |
| ||||
String lastPath = dialogSettings.get(DIALOGSETTING_LASTSAVEPATH); if (lastPath != null) { dialog.setFilterPath(lastPath); } String fileName = dialog.open(); |
| |||
String lastPath = dialogSettings.get( [[#variable77395540]]); if (lastPath != null) { dialog.setFilterPath(lastPath); } String fileName = dialog.open(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77395540]] | DIALOGSETTING_LASTLOADPATH |
1 | 2 | [[#77395540]] | DIALOGSETTING_LASTSAVEPATH |