 
        0
    
    
    
        
        
        已回答
        
        
    
    
    
    
    
    Extract Superclass description
Extract Superclass
If inheritance is appropriate, get rid of unneeded fields and methods in the subclass. Extract all fields and methods needed by the subclass from the parent class, put them in a new subclass, and set both classes to inherit from it (Extract Superclass).
Shouldn't that be:
If inheritance is appropriate, get rid of unneeded fields and methods in the subclass. Extract all fields and methods needed by the subclass from the parent class, put them in a new superclass, and set both classes to inherit from it (Extract Superclass).
UserEcho 的客户支持
 
	
 
                 问题
		
		
	
问题
Hi!
Thanks a lot for taking the time to report this issue. I'll address it soon and upload the fix with the next update. Thanks again!