IntelliJ IDEA 代码检查规范QAPlug

静态检查规范 Avoid Array Loops 数组之间的拷贝使用System.arrayCopy更加高效java byte[] ReceiveBytes = new byte[length1+ length2]; for (int i = 0; i < length1; i++) {     ReceiveBytes[i] =ReceiveBytes_temp1[i]; }正则表达式 Big
相关文章
相关标签/搜索