Rearranger: tiny RFE for fields
I'm a happy user of the Rearranger. Nevertheless I would like to request a
tiny new feature: a new option for initialized fields.
Background: we want our initialized fields to be placed before fields which
get initialized in the constructor(s):
private final List items = new ArrayList]]>();
private final OurObject ourObjectInitializedInConstructor;
--
Thanks in advance,
Tom
请先登录再写评论。