Analyze this Java code for clean code practice:
// Calculate the sum of two numbers int sum = number1 + number2;
Comment is misleading
Code is self-explanatory; comment is redundant
Comment should be more detailed
Comment is necessary for understanding