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

Null pointers not handled correctly #919

Closed
pmeijer opened this issue Mar 30, 2016 · 2 comments
Closed

Null pointers not handled correctly #919

pmeijer opened this issue Mar 30, 2016 · 2 comments
Assignees
Milestone

Comments

@pmeijer
Copy link
Contributor

pmeijer commented Mar 30, 2016

  • Meta-rule checker does not trigger violation when a null pointer assigned to a non-defined pointer.
  • Property Editor does displays - but does not offer to remove null pointer of a pointer (defined or non-defined).
@pmeijer pmeijer self-assigned this Mar 30, 2016
@pmeijer pmeijer added this to the v1.7.0 milestone Mar 30, 2016
@pmeijer
Copy link
Contributor Author

pmeijer commented Mar 30, 2016

The second item above also holds if the value is any target (in that case the meta-rule checker finds the violation though).

@pmeijer pmeijer added Major and removed Minor labels Apr 1, 2016
@pmeijer
Copy link
Contributor Author

pmeijer commented Apr 10, 2016

Turns out this has nothing to do with null-ptr. The root issue is that pointer are no longer removed. Instead only the valid targets are cleared up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants