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

S3827 should catch non-existent variables used in export statements #622

Closed
inverno opened this issue Jul 20, 2017 · 1 comment
Closed
Labels
type: false negative Issue is NOT reported when it should be

Comments

@inverno
Copy link
Contributor

inverno commented Jul 20, 2017

RSPEC-3827
Reproducer

export { a }  // 'a' is undefined and S3827 should thus raise an issue here

This was originally raised in #621

@inverno inverno added the type: bug Exceptions and blocking issues during analysis label Jul 20, 2017
@vilchik-elena vilchik-elena added the type: false negative Issue is NOT reported when it should be label Aug 28, 2017
@vilchik-elena vilchik-elena added this to the 3.2 milestone Aug 28, 2017
@vilchik-elena vilchik-elena removed the type: bug Exceptions and blocking issues during analysis label Aug 28, 2017
@vilchik-elena vilchik-elena removed this from the 3.2 milestone Sep 12, 2017
@yassin-kammoun-sonarsource
Copy link
Contributor

Fixed with #1872

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: false negative Issue is NOT reported when it should be
Projects
None yet
Development

No branches or pull requests

3 participants