For the unused members eclipse give me a warning "The value of the field is not used" with private access modifier. If modifier has been changed to public or no modifier then there is no warning.
This is create confusion for me. Default modifier is not public in java. Eclipse change the warning if modifier has been changed to private and no modifier. There must be difference.