damiencarol / jsr203-hadoop

A Java NIO file system provider for HDFS
https://github.com/damiencarol/jsr203-hadoop
Apache License 2.0
56 stars 37 forks source link

Dead stores should be removed #24

Closed AymanDF closed 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.

damiencarol commented 8 years ago

Reviewed and it's ok.