CloneSet7708


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.979class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14415
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java
24424
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java
Clone Instance
1
Line Count
4
Source Line
415
Source File
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java

        /*
         * Helper method to get rid of unchecked conversion warning
         */
        @SuppressWarnings("unchecked")
        private List<FactoryPathEntry> getListContents() {
                List<FactoryPathEntry> contents = fFactoryPathList.getElements();
                return contents;
        }


Clone Instance
2
Line Count
4
Source Line
424
Source File
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/FactoryPathConfigurationBlock.java

        /*
         * Helper method to get rid of unchecked conversion warning
         */
        @SuppressWarnings("unchecked")
        private List<FactoryPathEntry> getSelectedListContents() {
                List<FactoryPathEntry> contents = fFactoryPathList.getSelectedElements();
                return contents;
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/*
         * Helper method to get rid of unchecked conversion warning
         */
@SuppressWarnings("unchecked") private List<FactoryPathEntry>  [[#variable5ad65220]]() {
  List<FactoryPathEntry> contents = fFactoryPathList. [[#variable5ad652a0]]();
  return contents;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ad65220]]
getListContents 
12[[#5ad65220]]
getSelectedListContents 
21[[#5ad652a0]]
getElements 
22[[#5ad652a0]]
getSelectedElements