Closed georgekankava closed 8 years ago
This pull request is focused on resolving occurrences of Sonar rule squid:S2325 - "private" methods that don't access instance data should be "static". squid:S1192 - String literals should not be duplicated. You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS2325 https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1192 Please let me know if you have any questions. George Kankava
Again this seems valid to me, although I didn't let the compiler check that. At first glance I don't see any problems.
This pull request is focused on resolving occurrences of Sonar rule squid:S2325 - "private" methods that don't access instance data should be "static". squid:S1192 - String literals should not be duplicated. You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS2325 https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1192 Please let me know if you have any questions. George Kankava