Java-Interview-Programs icon indicating copy to clipboard operation
Java-Interview-Programs copied to clipboard

Refactoring

Open NIRAV-13 opened this issue 4 years ago • 0 comments

Total changes in 4 files

1). Collection -->src-->com--> cdac--> collections -->collectionsutils-->CollectionDemo.java (made Renaming of variable elt and refactored the code with extract Method). 2). Collection -->src-->com--> cdac--> collections --> threadsafe --> MainProgram,java, EmployeeRunnable.java, and StudentRunnable.java (Move method). 3).EncryptionDecryption --> src --> com --> cdac --> encrypt --> aes --> AESEncryption.java(extract class refactoring is performed). 4). CountVowels.java in which extract class and Replace conditional with polymorphism is processed and compiled successfully.

NIRAV-13 avatar Mar 22 '22 15:03 NIRAV-13