Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.974 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 67 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/DESCipherImpl.java |
2 | 2 | 90 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/DESCipherImpl.java |
| |||||
Cipher cipher = Cipher.getInstance(ENCRYPTION_SCHEME); cipher.init(Cipher.ENCRYPT_MODE, getKey()); |
| |||||
Cipher cipher = Cipher.getInstance(ENCRYPTION_SCHEME); cipher.init(Cipher.DECRYPT_MODE, getKey()); |
| |||
Cipher cipher = Cipher.getInstance(ENCRYPTION_SCHEME); cipher.init(Cipher. [[#variable1762ef60]], getKey()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1762ef60]] | ENCRYPT_MODE |
1 | 2 | [[#1762ef60]] | DECRYPT_MODE |