Use the checkbox below to ignore String constructor calls which have a String.substring() call as parameter. A call to substring() reuses the character array of the original string, which can cause a large amount of garbage to stay in memory if the substring is small in relation to the original String.