Rearranger: how do I... Permanently deleted user Created April 04, 2004 16:04 ...set up a rule that will have bare static {} blocks appear before other static methods?
Make two rules:
1) static initializer methods
2) static methods
This should cause any static { ... } initializer methods to appear before any other static methods.
Thanks,
after a million "look-ats", I STILL missed the "initializer" checkbox. <d'oh>