Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 349 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaMethodBreakpoint.java |
2 | 9 | 93 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaMethodEntryBreakpoint.java |
| ||||
/** * Adds the method name and signature attributes to the * given attribute map, and intializes the local cache * of method name and signature. */ private void addMethodNameAndSignature(Map attributes, String methodName, String methodSignature) { if (methodName != null) { attributes.put(METHOD_NAME, methodName); } if (methodSignature != null) { attributes.put(METHOD_SIGNATURE, methodSignature); } fMethodName = methodName; fMethodSignature = methodSignature; } |
| ||||
/** * Adds the method name and signature attributes to the * given attribute map, and intializes the local cache * of method name and signature. */ private void addMethodNameAndSignature(Map attributes, String methodName, String methodSignature) { if (methodName != null) { attributes.put(METHOD_NAME, methodName); } if (methodSignature != null) { attributes.put(METHOD_SIGNATURE, methodSignature); } fMethodName = methodName; fMethodSignature = methodSignature; } |
| |||
/** * Adds the method name and signature attributes to the * given attribute map, and intializes the local cache * of method name and signature. */ private void addMethodNameAndSignature(Map attributes, String methodName, String methodSignature) { if (methodName != null) { attributes.put(METHOD_NAME, methodName); } if (methodSignature != null) { attributes.put(METHOD_SIGNATURE, methodSignature); } fMethodName = methodName; fMethodSignature = methodSignature; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |