jmxtrans / embedded-jmxtrans

In process JMX metrics exporter.
MIT License
82 stars 37 forks source link

Dead stores should be removed #122

Open AymanDF opened 8 years ago

AymanDF commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S1854 - “ Dead stores should be removed ”. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1854 Please let me know if you have any questions. Ayman Abdelghany.

cyrille-leclerc commented 8 years ago

@AymanDF sorry but I prefer to let the author of the code decide of the style of the code for things such as initialization to zero as I personally think that it helps readability.