CloneSet5737


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.984statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1359
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/AlreadyExistsDialog.java
2356
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/RenameProfileDialog.java
Clone Instance
1
Line Count
3
Source Line
59
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/AlreadyExistsDialog.java

                fOk = new StatusInfo();
                fDuplicate = new StatusInfo(IStatus.ERROR, FormatterMessages.AlreadyExistsDialog_message_profile_already_exists);
                fEmpty = new StatusInfo(IStatus.ERROR, FormatterMessages.AlreadyExistsDialog_message_profile_name_empty);


Clone Instance
2
Line Count
3
Source Line
56
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/RenameProfileDialog.java

                fOk = new StatusInfo();
                fDuplicate = new StatusInfo(IStatus.ERROR, FormatterMessages.RenameProfileDialog_status_message_profile_with_this_name_already_exists);
                fEmpty = new StatusInfo(IStatus.ERROR, FormatterMessages.RenameProfileDialog_status_message_profile_name_empty);


Clone AbstractionParameter Count: 2Parameter Bindings

fOk = new StatusInfo();
fDuplicate = new StatusInfo(IStatus.ERROR, FormatterMessages. [[#variable94214520]]);
fEmpty = new StatusInfo(IStatus.ERROR, FormatterMessages. [[#variable94214480]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#94214520]]
RenameProfileDialog_status_message_profile_with_this_name_already_exists 
12[[#94214520]]
AlreadyExistsDialog_message_profile_already_exists 
21[[#94214480]]
RenameProfileDialog_status_message_profile_name_empty 
22[[#94214480]]
AlreadyExistsDialog_message_profile_name_empty