virtual-labs-archive / cryptography-iiith

Cryptography lab
Other
3 stars 70 forks source link

Avoid unused parameters such as '$maxLen'. #94

Open BSravanthi opened 5 years ago

BSravanthi commented 5 years ago

Avoid passing parameters to methods or constructors and then not using those parameters.

Please refer to the following link to fix similar issues. https://app.codacy.com/app/BSravanthi/cryptography-iiith/issues?&filters=W3siaWQiOiJMYW5ndWFnZSIsInZhbHVlcyI6W251bGxdfSx7ImlkIjoiQ2F0ZWdvcnkiLCJ2YWx1ZXMiOlsiVW51c2VkIENvZGUiXX0seyJpZCI6IkxldmVsIiwidmFsdWVzIjpbbnVsbF19LHsiaWQiOiJQYXR0ZXJuIiwidmFsdWVzIjpbMTU1XX0seyJ2YWx1ZXMiOltdfV0=

NAGULAVANCHA commented 5 years ago

commit: 7cddbbf

DevikaBoddu commented 5 years ago

valid fix: @NAGULAVANCHA

VINEETHREDDYSHERI commented 5 years ago

Valid fix @NAGULAVANCHA