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
Violations: https://teamcity.jetbrains.com/buildConfiguration/Checkstyle_ContributionIdeaInspectionsPullRequest/3854536?buildTab=Inspection
Java/Abstraction issues 'public' method with 'boolean' parameter (Errors) (1) Java/Code maturity Deprecated API usage (Errors) (1) Use of System.out or System.err (Errors) (7) Java/JUnit JUnit test method without any assertions (Errors) (25) Java/Naming conventions/Method Method naming convention (Errors) (1) Java/Performance StringBuilder without initial capacity (Errors) (1) Java/Portability Call to 'System.exit()' or related methods (Errors) (1) Java/Probable bugs Use of Properties object as a Hashtable (Errors) (6) Java/Resource management AutoCloseable used without 'try'-with-resources (Errors) (7) I/O resource opened but not safely closed (4) Java/Verbose or redundant code constructs Stream API call chain can be simplified (2)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Violations: https://teamcity.jetbrains.com/buildConfiguration/Checkstyle_ContributionIdeaInspectionsPullRequest/3854536?buildTab=Inspection
Java/Abstraction issues
'public' method with 'boolean' parameter (Errors) (1)
Java/Code maturity
Deprecated API usage (Errors) (1)
Use of System.out or System.err (Errors) (7)
Java/JUnit
JUnit test method without any assertions (Errors) (25)
Java/Naming conventions/Method
Method naming convention (Errors) (1)
Java/Performance
StringBuilder without initial capacity (Errors) (1)
Java/Portability
Call to 'System.exit()' or related methods (Errors) (1)
Java/Probable bugs
Use of Properties object as a Hashtable (Errors) (6)
Java/Resource management
AutoCloseable used without 'try'-with-resources (Errors) (7)
I/O resource opened but not safely closed (4)
Java/Verbose or redundant code constructs
Stream API call chain can be simplified (2)
The text was updated successfully, but these errors were encountered: