Hi, I'm using Spotbugs Eclipse Plugin. My code is like: StringBuilder str = new StringBuilder(); str.append(str1 + str2); The InefficientStringBuffering bug should be seen at the second line but it's not. Could you please help me for this issue. Thanks you.