Klimiec
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Code reformat moves static methods at the top of the class
已回答Hello, When refactoring my class (Ctrl+Alt+L), IDEA automatically moves static methods at the top.Is it possible to turn it off? Situation before formater applied: public void setX(..) public ...