jbaliuka / x4j-analytic

Excel reporting library for JAVA
44 stars 18 forks source link

Fixing squid:S1118 - Utility classes should not have public constructors #5

Closed apxeolog-df closed 8 years ago

apxeolog-df commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S1118 - "Utility classes should not have public constructors". You can find more information about the issue here: https://sonarqube.com/coding_rules#q=squid:S1118 Please let me know if you have any questions. Artyom Melnikov