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

GetterSetterCheck should not fail on duplicate getter #589

Closed
vilchik-elena opened this issue Jun 1, 2017 · 0 comments
Closed

GetterSetterCheck should not fail on duplicate getter #589

vilchik-elena opened this issue Jun 1, 2017 · 0 comments
Assignees
Labels
type: bug Exceptions and blocking issues during analysis
Milestone

Comments

@vilchik-elena
Copy link
Contributor

vilchik-elena commented Jun 1, 2017

Migrated from SONARJS-904
GetterSetterCheck (RSPEC-2376) should not fail on:

class C {
  get p1() { return 42; }
  get p1() { return 42; }
}
@vilchik-elena vilchik-elena added this to the 3.1 milestone Jun 1, 2017
@vilchik-elena vilchik-elena added type: bug Exceptions and blocking issues during analysis rule and removed rule labels Jun 1, 2017
@vilchik-elena vilchik-elena self-assigned this Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Exceptions and blocking issues during analysis
Projects
None yet
Development

No branches or pull requests

1 participant