javarosa icon indicating copy to clipboard operation
javarosa copied to clipboard

TreeReference toString renders 1-based multiplicities by default

Open dcbriccetti opened this issue 3 years ago • 1 comments

Problem description

TreeReference toString renders 1-based multiplicities by default. This is confusing, especially in the debugger when looking at something like the following:

image

Is it safe to change the default?

If not, we could do something like this to change the default when testing:

image image

Thoughts?

dcbriccetti avatar Mar 15 '21 19:03 dcbriccetti