Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.968 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 192 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java |
2 | 4 | 242 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java |
| ||||
//---- Exceptions ----------------------------------------------------------------------- public ITypeBinding[] getExceptions() { if (fExceptions == null) return new ITypeBinding[0]; return (ITypeBinding[]) fExceptions.toArray(new ITypeBinding[fExceptions.size()]); } |
| ||||
//---- Type parameters ----------------------------------------------------------------- public ITypeBinding[] getTypeVariables() { if (fTypeVariables == null) return new ITypeBinding[0]; return (ITypeBinding[]) fTypeVariables.toArray(new ITypeBinding[fTypeVariables.size()]); } |
| |||
//---- Exceptions ----------------------------------------------------------------------- //---- Type parameters ----------------------------------------------------------------- public ITypeBinding[] [[#variable9783a340]]() { if ( [[#variable975d2a00]]== null) return new ITypeBinding[0]; return (ITypeBinding[]) [[#variable975d2a00]].toArray(new ITypeBinding[ [[#variable975d2a00]].size()]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9783a340]] | getExceptions |
1 | 2 | [[#9783a340]] | getTypeVariables |
2 | 1 | [[#975d2a00]] | fExceptions |
2 | 2 | [[#975d2a00]] | fTypeVariables |