1.修改异常处理 Either log or rethrow this exception.
private static String cc="error";
logger.error(cc,e);
2. 代码位置不符合规范 Move this variable to comply with Java Code Conventions.
放置到指定位置.
3. 直接返回结果 Immediately return this expression instead of assigning it to the temporary variable "callCount".
return xxx;
4. 添加 @Override Add the "@Override" annotation above this method signature
5. 方法的参数过多 Method has 12 parameters, which is greater than 7 authorized.
6 将值直接付给变量 不再定义后再赋值 Remove this useless assignment to local variable "BySelf".
-----源 :List<TblDdcCpdCampaignHist> campaignHistList = new ArrayList<>(