摘要: 这样的变量,最好是直接生成,不要问为什么,问就是sonar提示的 public static String getRandom(int i) { int jjj = new Random().nextInt(9); // int suiJiShu = jjj.nextInt(9); if (i == 阅读全文
posted @ 2024-01-24 10:42 蓝海的bug本 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 都已经再finally了,就不要抛出异常了 阅读全文
posted @ 2024-01-24 10:37 蓝海的bug本 阅读(1) 评论(0) 推荐(0) 编辑
摘要: private void readTheFile() throws IOException { Path path = Paths.get(this.fileName); BufferedReader reader = Files.newBufferedReader(path, this.chars 阅读全文
posted @ 2024-01-24 10:34 蓝海的bug本 阅读(9) 评论(0) 推荐(0) 编辑