VerisimilitudeX / VigenereDecrypter

Leveraging statistical methods, decrypt Vigenère cipher in a language-agnostic manner, unraveling polyalphabetic complexities.
MIT License
5 stars 1 forks source link

(JAVA-P0063) Use `""` instead of `new String()` to create empty strings #4

Open VerisimilitudeX opened 2 years ago

VerisimilitudeX commented 2 years ago

Description

Creating a new java.lang.String object using the default constructor wastes memory because the object so created will be functionally indistinguishable from the empty string constant "".

Occurrences

There are 6 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Verisimilitude11/Vigenere-Cipher/issue/JAVA-P0063/occurrences/

mariasoria commented 3 weeks ago

Hi! Do you still need help solving this issue? Thank you!

mariasoria commented 2 weeks ago

Hi! Could you assign this issue to me? I'd like to work on this one, please.

Thank youuu

VerisimilitudeX commented 2 weeks ago

@mariasoria Sure! I've assigned it to you. Are you in any way connected to Luis Rodríguez and Noemi Delgado Santa Cruz?

mariasoria commented 2 weeks ago

Thank you! Yes! I know them. We are co-workers 😊