IG: Sort modifiers doesn't sort
Recently I've had issues with the Sort modifiers quickfix of the
"Missorted modifiers" inspection. When I select it, nothing happens.
ex:
private final static String SOME_STRING = "some value";
The inspection detects that the modifiers are missorted but the
quickfix has no effect.
Is it just me? Jira time?
Thanks,
Vince.
请先登录再写评论。
Noticed that myself already and the issue should be fixed in the next
build. An unfortunate regression I introduced while trying to fix some
exceptions. I have backed out the fix.
Bas
Vincent Mallet wrote: