Inspection for replacing 'new Integer(n)' with 'Integer.valueOf(n)' Permanently deleted user 创建于 2006年07月24日 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: