You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: