Eclipse always places static methods before static fields even though the order in Member Sort Order says static fields before static methods. Has anyone encountered and solved this issue?
Asked
Active
Viewed 144 times
0
-
What a shame!!! You haven't asked a question though. – ChiefTwoPencils Sep 29 '14 at 07:20
-
possible duplicate of [Are there any Java method ordering conventions?](http://stackoverflow.com/q/4668218/2982225) – Infinite Recursion Sep 29 '14 at 08:34
-
@InfiniteRecursion It's not a duplicate... – Monstieur Sep 29 '14 at 09:16
-
Do you mean the order from Window > Preferences > Java > Appearance > Members Sort Order is different than the order from Ctrl + O ? – ROMANIA_engineer Mar 07 '15 at 16:44