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