Closed georgekankava closed 8 years ago
This pull request is focused on resolving occurrences of Sonar rules squid:S2293 - The diamond operator ("<>") should be used. squid:S1149 - Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used. squid:CommentedOutCodeLine - Sections of code should not be "commented out". squid:S00116 - Field names should comply with a naming convention. squid:S1155 - Collection.isEmpty() should be used to test for emptiness. You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS2293 https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1149 https://dev.eclipse.org/sonar/coding_rules#q=squid%3ACommentedOutCodeLine https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS00116 https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1155 Please let me know if you have any questions. George Kankava
This pull request is focused on resolving occurrences of Sonar rules squid:S2293 - The diamond operator ("<>") should be used. squid:S1149 - Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used. squid:CommentedOutCodeLine - Sections of code should not be "commented out". squid:S00116 - Field names should comply with a naming convention. squid:S1155 - Collection.isEmpty() should be used to test for emptiness. You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS2293 https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1149 https://dev.eclipse.org/sonar/coding_rules#q=squid%3ACommentedOutCodeLine https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS00116 https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1155 Please let me know if you have any questions. George Kankava