Intention 'Make Initialization Explicit' swallows comments
When a variable declaration attracts the warning "Instance variable 'foo' may not be initialized during object construction", the 'Make Initialization Explicit' intention becomes available, but when actioned, it removes comment lines preceding the declaration, for example:
becomes:
请先登录再写评论。