Code Inspection: Use preferred argument style for string literal values
tip
tip
This inspection only checks argument style for strings. Argument style for other literal types (
bool
,int
,double
, and so on) are checked with the Use preferred argument style for literal values inspection, which can be configured separately.