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

fixed false unnecessary constructor warning #299

Merged
merged 1 commit into from
Oct 9, 2016

Conversation

AlexHaxe
Copy link
Member

@AlexHaxe AlexHaxe commented Oct 9, 2016

reduced search scope of filters in UnnecessaryConstructorCheck, so using x = new Type() doesn't trigger a warning

@codecov-io
Copy link

codecov-io commented Oct 9, 2016

Current coverage is 89.52% (diff: 100%)

Merging #299 into dev will not change coverage

@@                dev       #299   diff @@
==========================================
  Files           112        112          
  Lines          7234       7234          
  Methods           0          0          
  Messages          0          0          
  Branches        289        289          
==========================================
  Hits           6476       6476          
  Misses          501        501          
  Partials        257        257          

Powered by Codecov. Last update e24aec8...bd52af7

@AlexHaxe AlexHaxe merged commit 877be71 into HaxeCheckstyle:dev Oct 9, 2016
@AlexHaxe AlexHaxe deleted the unnecessary_ctor_fix branch October 9, 2016 16:42
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 this pull request may close these issues.

3 participants