Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 1 | 0.992 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 247 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java |
2 | 12 | 2457 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
// disable all warnings Object[] entries = this.customDefaultOptions.entrySet().toArray(); for (int i = 0, max = entries.length; i < max; i++) { Map.Entry entry = (Map.Entry) entries[i]; if ( !(entry.getKey() instanceof String)) continue ; if ( !(entry.getValue() instanceof String)) continue ; if (((String) entry.getValue()).equals(CompilerOptions.WARNING)) { this.customDefaultOptions.put(entry.getKey(), CompilerOptions.IGNORE); } } this.customDefaultOptions.put(CompilerOptions.OPTION_TaskTags, ""); //$NON-NLS-1$ |
| ||||
Object[] entries = this.options.entrySet().toArray(); for (int i = 0, max = entries.length; i < max; i++) { Map.Entry entry = (Map.Entry) entries[i]; if ( !(entry.getKey() instanceof String)) continue ; if ( !(entry.getValue() instanceof String)) continue ; if (((String) entry.getValue()).equals(CompilerOptions.WARNING)) { this.options.put(entry.getKey(), CompilerOptions.IGNORE); } } this.options.put(CompilerOptions.OPTION_TaskTags, ""); //$NON-NLS-1$ |
| |||
// disable all warnings Object[] entries = this. [[#variable59588540]].entrySet().toArray(); for (int i = 0, max = entries.length; i < max; i++) { Map.Entry entry = (Map.Entry) entries[i]; if ( !(entry.getKey() instanceof String)) continue ; if ( !(entry.getValue() instanceof String)) continue ; if (((String) entry.getValue()).equals(CompilerOptions.WARNING)) { this. [[#variable59588540]].put(entry.getKey(), CompilerOptions.IGNORE); } } this. [[#variable59588540]].put(CompilerOptions.OPTION_TaskTags, ""); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59588540]] | options |
1 | 2 | [[#59588540]] | customDefaultOptions |