CloneSet1687


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

// The CipherOutputStream shoudln't close the underlying stream
//
outputStream = new FilterOutputStream(outputStream) {
                 @Override public void close() throws IOException {
                 // Do nothing
                 }
               };
return new CipherOutputStream(outputStream, cipher);


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

// The CipherOutputStream shoudln't close the underlying stream
//
outputStream = new FilterOutputStream(outputStream) {
                 @Override public void close() throws IOException {
                 // Do nothing
                 }
               };
return new CipherOutputStream(outputStream, cipher);


Clone AbstractionParameter Count: 0Parameter Bindings

// The CipherOutputStream shoudln't close the underlying stream
//
outputStream = new FilterOutputStream(outputStream) {
                 @Override public void close() throws IOException {
                 // Do nothing
                 }
               };
return new CipherOutputStream(outputStream, cipher);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None