Code Inspection: Use preferred argument style for string literal values
Last modified: 08 March 2021
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.