CloneSet3260


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10250.955class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110155
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JdtFlags.java
210167
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JdtFlags.java
Clone Instance
1
Line Count
10
Source Line
155
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JdtFlags.java

        public static boolean isSynchronized(IMember member) throws JavaModelException {
                return Flags.isSynchronized(member.getFlags());
        }

        public static boolean isSynthetic(IMember member) throws JavaModelException {
                return Flags.isSynthetic(member.getFlags());
        }

        public static boolean isAnnotation(IMember member) throws JavaModelException {
                return Flags.isAnnotation(member.getFlags());
        }


Clone Instance
2
Line Count
10
Source Line
167
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JdtFlags.java

        public static boolean isEnum(IMember member) throws JavaModelException {
                return Flags.isEnum(member.getFlags());
        }

        public static boolean isVarargs(IMethod method) throws JavaModelException {
                return Flags.isVarargs(method.getFlags());
        }

        public static boolean isTransient(IMember member) throws JavaModelException {
                return Flags.isTransient(member.getFlags());
        }


Clone AbstractionParameter Count: 5Parameter Bindings

public static boolean  [[#variable95859920]](IMember member) throws JavaModelException {
  return Flags. [[#variable95859920]](member.getFlags());
}

public static boolean  [[#variable958598c0]]( [[#variable95859840]]  [[#variable958597e0]]) throws JavaModelException {
  return Flags. [[#variable958598c0]]( [[#variable958597e0]].getFlags());
}

public static boolean  [[#variable95859760]](IMember member) throws JavaModelException {
  return Flags. [[#variable95859760]](member.getFlags());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#95859920]]
isEnum 
12[[#95859920]]
isSynchronized 
21[[#958598c0]]
isVarargs 
22[[#958598c0]]
isSynthetic 
31[[#95859840]]
IMethod 
32[[#95859840]]
IMember 
41[[#958597e0]]
method 
42[[#958597e0]]
member 
51[[#95859760]]
isTransient 
52[[#95859760]]
isAnnotation