ModifierOrder does not check modifier order of methods
Hi,
I used <module name="ModifierOrder"/> in my checkstyle.xml. It reported modifier order mismatch for variables and not for methods. I want a checkstyle rule to check the modifier order of methods.