Inspection for replacing 'new Integer(n)' with 'Integer.valueOf(n)' Permanently deleted user Created July 24, 2006 07:07 Does there exist an inspection for replacing 'new Integer(n)' with 'Integer.valueOf(n)'?If not, should there be one?/Mikael
Try Numeric issues->Number constructor call with primitive argument
Mikael Karlsson schrieb: