Evaluate this Java code for its clean code practice:
boolean isActive; // Whether the user is active or not
Variable should be renamed to 'activeStatus'
Comment should be more detailed
Variable name is unclear without the comment
Variable name is clear and comment is redundant