I ve discovered some inconsistencies when using the ARC migration tool multiple times on the whole project.
例如:
- (void)dealloc {
[ivar release], ivar = nil;
}
第一种代号是:
- (void)dealloc {
ivar = nil;
}
第二种电离破碎了——听起来。 假定在-dealloc中确定批号为零是毫无意义的,因为航道是自动的,因此,空研中心首先留下了<代码>ivar = nil。
为防止可能出现奇怪的弊端,是否有办法只将阿革委移徙工具用于一个特别档案,而不是整个项目?