Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid warning via PublicMethodsHaveTypeChecker on constructor methods #37

Closed
taylorleese opened this issue Dec 17, 2012 · 1 comment · Fixed by #45
Closed

Invalid warning via PublicMethodsHaveTypeChecker on constructor methods #37

taylorleese opened this issue Dec 17, 2012 · 1 comment · Fixed by #45

Comments

@taylorleese
Copy link

Warnings are generated via org.scalastyle.scalariform.PublicMethodsHaveTypeChecker when there is a constructor method like below.

def this() = this("foo")
@matthewfarwell
Copy link
Member

Yep. This is a bug.

tkawachi pushed a commit to tkawachi/scalastyle that referenced this issue Feb 20, 2013
kitbellew pushed a commit to kitbellew/scalastyle that referenced this issue Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants