Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 5 | 0.953 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1016 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
2 | 6 | 1022 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
3 | 6 | 1035 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
| ||||
case 'd': if ("deprecation".equals(warningToken)) //$NON-NLS-1$ return UsingDeprecatedAPI; if ("dep-ann".equals(warningToken)) //$NON-NLS-1$ return MissingDeprecatedAnnotation; break; |
| ||||
case 'f': if ("fallthrough".equals(warningToken)) //$NON-NLS-1$ return FallthroughCase; if ("finally".equals(warningToken)) //$NON-NLS-1$ return FinallyBlockNotCompleting; break; |
| ||||
case 'n': if ("nls".equals(warningToken)) //$NON-NLS-1$ return NonExternalizedString; if ("null".equals(warningToken)) //$NON-NLS-1$ return NullReference; break; |
| |||
case [[#variable57c80c60]]: if ( [[#variable57c80bc0]].equals(warningToken)) //$NON-NLS-1$ return [[#variable57c80b40]]; if ( [[#variable57c80aa0]].equals(warningToken)) //$NON-NLS-1$ return [[#variable57c80a00]]; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57c80c60]] | 'd' |
1 | 2 | [[#57c80c60]] | 'f' |
1 | 3 | [[#57c80c60]] | 'n' |
2 | 1 | [[#57c80bc0]] | "deprecation" |
2 | 2 | [[#57c80bc0]] | "fallthrough" |
2 | 3 | [[#57c80bc0]] | "nls" |
3 | 1 | [[#57c80b40]] | UsingDeprecatedAPI |
3 | 2 | [[#57c80b40]] | FallthroughCase |
3 | 3 | [[#57c80b40]] | NonExternalizedString |
4 | 1 | [[#57c80aa0]] | "dep-ann" |
4 | 2 | [[#57c80aa0]] | "finally" |
4 | 3 | [[#57c80aa0]] | "null" |
5 | 1 | [[#57c80a00]] | MissingDeprecatedAnnotation |
5 | 2 | [[#57c80a00]] | FinallyBlockNotCompleting |
5 | 3 | [[#57c80a00]] | NullReference |