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
The public API method getVersion() : String should be static and return a String constant VERSION to adapt to the SonarQube rule squid:S3400.
getVersion() : String
String
VERSION
The unit test should be refactored to test against the ArcVer library arcver-java.
The text was updated successfully, but these errors were encountered:
GHI-#8 Add VERSION constant and make method getVersion() static
e26e5cf
GHI-#8 Refactor getVersion() unit test to run against arcver-java
b4d2e36
Merge branch 'improvement/ghi-#8-sonarqube-minor-rule-squid-s3400' in…
7efc44c
…to develop
GHI-#8 Update IntelliJ project file
0c032ca
No branches or pull requests
The public API method
getVersion() : String
should be static and return aString
constantVERSION
to adapt to the SonarQube rule squid:S3400.The unit test should be refactored to test against the ArcVer library arcver-java.
The text was updated successfully, but these errors were encountered: