Analyze this Java code in terms of clean code:
int totalCustomers;
Variable name is descriptive and clear
Name is too long and complex
Does not follow Java conventions
Variable should be of type String