Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 2 | 0.972 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 579 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
2 | 2 | 581 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
3 | 2 | 583 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
4 | 2 | 585 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
5 | 2 | 587 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
6 | 2 | 589 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
| ||||
catch (NoClassDefFoundError exception) { redefineTypesFailedJDK(target, qualifiedNames, JDIDebugHCRMessages.JavaHotCodeReplaceManager_hcr_bad_bytes, exception); } |
| ||||
catch (VerifyError exception) { redefineTypesFailedJDK(target, qualifiedNames, JDIDebugHCRMessages.JavaHotCodeReplaceManager_hcr_verify_error, exception); } |
| ||||
catch (UnsupportedClassVersionError exception) { redefineTypesFailedJDK(target, qualifiedNames, JDIDebugHCRMessages.JavaHotCodeReplaceManager_hcr_unsupported_class_version, exception); } |
| ||||
catch (ClassFormatError exception) { redefineTypesFailedJDK(target, qualifiedNames, JDIDebugHCRMessages.JavaHotCodeReplaceManager_hcr_class_format_error, exception); } |
| ||||
catch (ClassCircularityError exception) { redefineTypesFailedJDK(target, qualifiedNames, JDIDebugHCRMessages.JavaHotCodeReplaceManager_hcr_class_circularity_error, exception); } |
| ||||
catch (RuntimeException exception) { redefineTypesFailedJDK(target, qualifiedNames, JDIDebugHCRMessages.JavaHotCodeReplaceManager_hcr_failed, exception); } |
| |||
catch ( [[#variablea5f101e0]] exception) { redefineTypesFailedJDK(target, qualifiedNames, JDIDebugHCRMessages. [[#variablea5f10b60]], exception); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a5f101e0]] | NoClassDefFoundError |
1 | 2 | [[#a5f101e0]] | VerifyError |
1 | 3 | [[#a5f101e0]] | UnsupportedClassVersionError |
1 | 4 | [[#a5f101e0]] | ClassFormatError |
1 | 5 | [[#a5f101e0]] | ClassCircularityError |
1 | 6 | [[#a5f101e0]] | RuntimeException |
2 | 1 | [[#a5f10b60]] | JavaHotCodeReplaceManager_hcr_bad_bytes |
2 | 2 | [[#a5f10b60]] | JavaHotCodeReplaceManager_hcr_verify_error |
2 | 3 | [[#a5f10b60]] | JavaHotCodeReplaceManager_hcr_unsupported_class_version |
2 | 4 | [[#a5f10b60]] | JavaHotCodeReplaceManager_hcr_class_format_error |
2 | 5 | [[#a5f10b60]] | JavaHotCodeReplaceManager_hcr_class_circularity_error |
2 | 6 | [[#a5f10b60]] | JavaHotCodeReplaceManager_hcr_failed |