how to resolve checkstyle_error.xml errors
问题 In my project checkstyle_error.xml shows this error Parameter role should be final. for public void setRole(String role) { but i am not getting why it should be final. And may more space and tab char related error. can any one tell me why is this. any good tutorial to find checkstyle error convention. some more errors i got are: 1. Unused @param tag for 'Integer' /** * Sets id. * @param Integer id */ public void setId(Integer id) { this.id = id; } 2. Expected @param tag for 'id