vince-styling / Netroid

Netroid is a Http Framework for Android that based on Volley
http://netroid.vincestyling.com/
285 stars 126 forks source link

General code quality fix-2 #14

Closed faisal-hameed closed 8 years ago

faisal-hameed commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rules squid:S00115 - Constant names should comply with a naming convention. squid:S1118 - Utility classes should not have public constructors. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S00115 https://dev.eclipse.org/sonar/rules/show/squid:S1118

Please let me know if you have any questions.

Faisal Hameed

vince-styling commented 8 years ago

the #2, S1118, I think it is not useful much when I first got it, I almost decide to discard this request. however, the TextUtils in Android come up in my mind, and I saw the private constructor inside it, then I look back other util libraries like common-lang, common-io etc., they're all followed this convention, so I will followed that strictly in my later days, thanks.