Use the first checkbox below to have this inspection ignore string concatenations which are used as a description argument in an assert statement.
Use the second checkbox to ignore string concatenations used as arguments for a call to any of the System.out.print() methods.
Use the third checkbox to ignore string concatenations used as arguments for a call to any of the System.err.print() methods.
Use the fourth checkbox to ignore string concatenations used as arguments in the construction of any subclass of java.lang.Throwable
Use the fifth checkbox to ignore string concatenations in the initializers of constant fields.
Use the sixth checkbox to ignore string concatenations inside toString() methods.