sonar問題Use the original value instead should be used on numbers that could be MIN_VALUE

今天sonar掃描代碼遇到一個問題,問題描述如下: 代碼情況如下: 1、Random rand= new Random(); 2、int tmp = Math.abs(rand.nextInt()); 3、Integer max = Integer.valueOf("999999"); 4、Integer min = Integer.valueOf("100000"); 5、newPassword
相關文章
相關標籤/搜索