CloneSet8466


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.976class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13402
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/rewrite/ListRewrite.java
23414
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/rewrite/ListRewrite.java
Clone Instance
1
Line Count
3
Source Line
402
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/rewrite/ListRewrite.java

        /**
         * Returns the original nodes in the list property managed by this
         * rewriter. The returned list is unmodifiable.
         * 
         * @return a list of all original nodes in the list
         */
        public List getOriginalList() {
                List list = (List) getEvent().getOriginalValue();
                return Collections.unmodifiableList(list);
        }


Clone Instance
2
Line Count
3
Source Line
414
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/rewrite/ListRewrite.java

        /**
         * Returns the nodes in the revised list property managed by this
         * rewriter. The returned list is unmodifiable.
         * 
         * @return a list of all nodes in the list taking into account 
         * all the described changes
         */
        public List getRewrittenList() {
                List list = (List) getEvent().getNewValue();
                return Collections.unmodifiableList(list);
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * Returns the original nodes in the list property managed by this
         * rewriter. The returned list is unmodifiable.
         * 
         * @return a list of all original nodes in the list
         */
/**
         * Returns the nodes in the revised list property managed by this
         * rewriter. The returned list is unmodifiable.
         * 
         * @return a list of all nodes in the list taking into account 
         * all the described changes
         */
public List  [[#variable975b4760]]() {
  List list = (List) getEvent(). [[#variable975b4700]]();
  return Collections.unmodifiableList(list);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#975b4760]]
getOriginalList 
12[[#975b4760]]
getRewrittenList 
21[[#975b4700]]
getOriginalValue 
22[[#975b4700]]
getNewValue