CloneSet1477


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.977statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12180
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/AESCipherImpl.java
22225
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/AESCipherImpl.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
180
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/AESCipherImpl.java

// now create the encryption cipher 
Cipher cipher = Cipher.getInstance(ENCRYPTION_ALGORITHM);
cipher.init(Cipher.ENCRYPT_MODE, key, new IvParameterSpec(encryptionIV));


First
Previous
Clone Instance
2
Line Count
2
Source Line
225
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/AESCipherImpl.java

// now create the decrypt cipher
Cipher cipher = Cipher.getInstance(ENCRYPTION_ALGORITHM);
cipher.init(Cipher.DECRYPT_MODE, key, new IvParameterSpec(encryptionIV));


Clone AbstractionParameter Count: 1Parameter Bindings

// now create the encryption cipher 
// now create the decrypt cipher
Cipher cipher = Cipher.getInstance(ENCRYPTION_ALGORITHM);
cipher.init(Cipher. [[#variable175be720]], key, new IvParameterSpec(encryptionIV));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175be720]]
ENCRYPT_MODE 
12[[#175be720]]
DECRYPT_MODE