Use the checkbox below to ignore calls to String.split() which are optimized in Java 7 and above. String.split() has optimizations if the regex is either a one-char String and this character is not one of the regex meta characters ".$|()[{^?*+\\", or a two-char String and the first char is the backslash and the second is not an ascii digit or ascii letter.