Inspection to detect assign properties being released.
We're working with some devs remotely and they inadvertently added calls to release properties marked as assign. This results in an exception. Neither clang nor AppCode detected this, I was wondering if there was a way for me to define an inspection that would detect this.
请先登录再写评论。
Seamus, please file a feature request here: youtrack.jetbrains.net/issues/OC#newissue=yes, we'll add such an inspection.
Done. Include snippet of code that demonstrates the issue.