1 <p> This regular method has the same name as the class it is defined in. It is likely that this was intended to be a constructor.
2 If it was intended to be a constructor, remove the declaration of a void return value.
3 If you had accidently defined this method, realized the mistake, defined a proper constructor
4 but can't get rid of this method due to backwards compatibility, deprecate the method.