fine1021
Results
1
issues of
fine1021
`public class Utils { ``` public static int parseInt(String value, int defValue) { try { return Integer.parseInt(value); } catch (Exception e) { return defValue; } } ``` }` java代码中函数或者类的左括号和名字在同一行,不会对左括号进行格式化,上面的就是测试代码。 如果括号和名字不在同一行就可以格式化了,我用的是...