Finding Null or Empty String Checks in Java
I wrote a regex that finds many forms of checks for null or empty strings in Java, so I could replace them with a Predicate
I wrote a regex that finds many forms of checks for null or empty strings in Java, so I could replace them with a Predicate