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

Rule S3717: Track use of "NotImplementedException" #585

Closed
Evangelink opened this issue Jul 21, 2017 · 0 comments
Closed

Rule S3717: Track use of "NotImplementedException" #585

Evangelink opened this issue Jul 21, 2017 · 0 comments
Assignees
Milestone

Comments

@Evangelink
Copy link
Contributor

Evangelink commented Jul 21, 2017

RSPEC-3717

NotImplementedException is often used to mark methods which must be implemented for the overall functionality to be complete, but which the developer wants to implement later. That's as opposed to the NotSupportedException which is thrown by methods which are required by base classes or interfaces, but which are not appropriate to the current class.

@Evangelink Evangelink added this to the near-future milestone Jul 21, 2017
@Evangelink Evangelink modified the milestones: 6.4, near-future, 6.3 Jul 25, 2017
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

No branches or pull requests

2 participants