Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 48 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/base/Blowfish.java |
2 | 4 | 83 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/base/Blowfish.java |
| |||||
// Create the cipher Cipher blowCipher = Cipher.getInstance("Blowfish"); //$NON-NLS-1$ // Initialize the cipher for encryption blowCipher.init(Cipher.ENCRYPT_MODE, KEY); |
| |||||
// Create the cipher Cipher blowCipher = Cipher.getInstance("Blowfish"); //$NON-NLS-1$ // Initialize the cipher for encryption blowCipher.init(Cipher.DECRYPT_MODE, KEY); |
| |||
// Create the cipher Cipher blowCipher = Cipher.getInstance("Blowfish"); //$NON-NLS-1$ // Initialize the cipher for encryption blowCipher.init(Cipher. [[#variable11429c80]], KEY); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11429c80]] | ENCRYPT_MODE |
1 | 2 | [[#11429c80]] | DECRYPT_MODE |