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

Throw exception when attempting to reset a swizzled class or instance method when one doesn't exist #3

Merged
merged 2 commits into from
May 15, 2014

Conversation

aaronkoop
Copy link
Contributor

Helpful for finding swizzled methods that are not being reset correctly. An often easy mistake is to attempt to reset a swizzled instance method when in fact a class method was swizzled (and vice versa). This may give the false impression that a particular method has actually been reset.

rbaumbach pushed a commit that referenced this pull request May 15, 2014
Throw exception when attempting to reset a swizzled class or instance method when one doesn't exist
@rbaumbach rbaumbach merged commit b89589c into rbaumbach:master May 15, 2014
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.

2 participants