When I organize members of a record like
public record Settings(Color borderColor, double borderSize, int width, int
height) {
it changes to
public record Settings(Color borderColor, double borderSize, int height,
int width) {

notice the swap of width & height.

This only happens when a record is in its own file, as a nested object, no
swapping occurs.

I don't see this behavior in NB24.

/Patrik

Reply via email to