xiaokanmengsi
Results
1
issues of
xiaokanmengsi
BookSettingsConfigurable.class里加载文件的方法有BUG。 try { List lines = Files.readAllLines(Paths.get(settings.getBookPath(), new String[0])); int totalPage = (lines.size() + settings.getPageSize().intValue() - 1) / settings.getPageSize().intValue(); settings.setTotalPage(Integer.valueOf(totalPage)); settings.setLines(lines); } catch (IOException e) { throw new ConfigurationException("); }...