TheHortonMachine / hortonmachine

The Horton Machine
http://thehortonmachine.github.io/hortonmachine/
GNU General Public License v3.0
43 stars 25 forks source link

multiple code improvements: squid:S1118, squid:CommentedOutCodeLine, squid:S2293, squid:S2259 #17

Closed georgekankava closed 8 years ago

georgekankava commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rules squid:S1118 Utility classes should not have public constructors. squid:CommentedOutCodeLine Sections of code should not be "commented out". squid:S2293 The diamond operator ("<>") should be used. squid:S2259 Null pointers should not be dereferenced. You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1118 https://dev.eclipse.org/sonar/coding_rules#q=squid%3ACommentedOutCodeLine https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS2293 https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS2259 Please let me know if you have any questions. George Kankava