jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

General code fix 2 #141

Closed SosoTughushi closed 8 years ago

SosoTughushi 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:S1659 - Multiple variables should not be declared on the same line. squid:ClassVariableVisibilityCheck - Class variable fields should not have public accessibility.

You can find more information about the issues here: https://dev.eclipse.org/sonar/rules/show/squid:S00115 https://dev.eclipse.org/sonar/rules/show/squid:S1659 https://dev.eclipse.org/sonar/rules/show/squid:ClassVariableVisibilityCheck

Please let me know if you have any questions. Soso Tughushi

RichardWarburton commented 8 years ago

Thanks for PR - looks good.