Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 5 | 0.955 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 155 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JdtFlags.java |
2 | 10 | 167 | 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()); } |
| ||||
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()); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95859920]] | isEnum |
1 | 2 | [[#95859920]] | isSynchronized |
2 | 1 | [[#958598c0]] | isVarargs |
2 | 2 | [[#958598c0]] | isSynthetic |
3 | 1 | [[#95859840]] | IMethod |
3 | 2 | [[#95859840]] | IMember |
4 | 1 | [[#958597e0]] | method |
4 | 2 | [[#958597e0]] | member |
5 | 1 | [[#95859760]] | isTransient |
5 | 2 | [[#95859760]] | isAnnotation |