Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 44 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ExecutableUtil.java |
2 | 5 | 103 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ExecutableUtil.java |
3 | 5 | 164 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ExecutableUtil.java |
| ||||
// the dom ast does not provide type parameter list for annotation element // that incorrectly includes them in the text if (executable == null || executable.kind() == MirrorKind.ANNOTATION_ELEMENT) return Collections.emptyList(); if (executable.kind() != MirrorKind.METHOD && executable.kind() != MirrorKind.CONSTRUCTOR) throw new IllegalArgumentException("Executable is not a method " + //$NON-NLS-1$ executable.getClass().getName()); |
| ||||
// the dom ast does not provide parameter list for annotation element // that incorrectly includes them in the text if (executable == null || executable.kind() == MirrorKind.ANNOTATION_ELEMENT) return Collections.emptyList(); if (executable.kind() != MirrorKind.METHOD && executable.kind() != MirrorKind.CONSTRUCTOR) throw new IllegalArgumentException("Executable is not a method " + //$NON-NLS-1$ executable.getClass().getName()); |
| ||||
if (executable == null || executable.kind() == MirrorKind.ANNOTATION_ELEMENT) return Collections.emptyList(); if (executable.kind() != MirrorKind.METHOD && executable.kind() != MirrorKind.CONSTRUCTOR) throw new IllegalArgumentException("Executable is not a method " + //$NON-NLS-1$ executable.getClass().getName()); |
| |||
// the dom ast does not provide parameter list for annotation element // the dom ast does not provide type parameter list for annotation element // that incorrectly includes them in the text if (executable == null || executable.kind() == MirrorKind.ANNOTATION_ELEMENT) return Collections.emptyList(); if (executable.kind() != MirrorKind.METHOD && executable.kind() != MirrorKind.CONSTRUCTOR) throw new IllegalArgumentException("Executable is not a method " + //$NON-NLS-1$ executable.getClass().getName()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |