I’m using checkstyle within eclipse and when I activate it, the tool shows message about naming conventions and doesn’t make proposals which should be very practical.
does this functionality exist ? how could I use it ?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Java naming conventions are pretty easy to detect, to remember and to apply. A validator can detect violations but can’t propose the correct name (in general) as this may depend on semantics. And: once you know the conventions, you immediatly realise the problem and see a “correct” alternative.
Examples: