Rearranger: how do I...

...set up a rule that will have bare static {} blocks appear before other static methods?

0
2 comments
Avatar
Permanently deleted user

Make two rules:

1) static initializer methods
2) static methods

This should cause any static { ... } initializer methods to appear before any other static methods.

0
Avatar
Permanently deleted user

Thanks,

after a million "look-ats", I STILL missed the "initializer" checkbox. <d'oh>

0

Please sign in to leave a comment.