Klimiec
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Code reformat moves static methods at the top of the class
AnsweredHello, 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 ...