We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileReader 打开后未关闭:
Ecore/src/main/java/cat/nyaa/ecore/EconomyCoreProvider.java
Line 46 in 6cf99c5
FileWrite 关闭不正确:
Lines 77 to 79 in 6cf99c5
使用 try-with-resources 来自动关闭。
try ( FileWriter writer = .... ) { // do something }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FileReader 打开后未关闭:
Ecore/src/main/java/cat/nyaa/ecore/EconomyCoreProvider.java
Line 46 in 6cf99c5
FileWrite 关闭不正确:
Ecore/src/main/java/cat/nyaa/ecore/EconomyCoreProvider.java
Lines 77 to 79 in 6cf99c5
使用 try-with-resources 来自动关闭。
The text was updated successfully, but these errors were encountered: