John Hendrikx

Results 150 comments of John Hendrikx

> Even if we forget other whitespace characters and use 0x20 spaces, there is a weird problem where "CCC" jumps when changing the width of the window: > > I...

> Regarding other whitespace characters. Using \u2003 em space, pasting the following text I think we can use `Character.isWhitespace`. For the most part it aligns with "is this a breaking...

@andy-goryachev-oracle thanks for testing this, what you discovered was a bug in the `computeTrailingWhiteSpace` code that went undetected because of the simplicity of the strings I tested with. The `positions`...

Would it be an idea to do deterministic clean-up? The JIRA tickets involved are light on details, and I don't have a Mac, so I can't test the leak (I...

> As for the memory leak issue: there were several. The first commit in this PR fixed a clear memory leak, but the one that is still left is not...

> I'm still looking into adding a test. The challenge is that the (previously) uncollected items are of type `com.sun.glass.ui.MenuItem`, and afaik we can't use JMemoryBuddy to check the collectable...

The docs for `Mode.PROPERTIES` say: Note that this mode is currently (2.5) always used for multiple-argument creators; the only ambiguous case is that of a single-argument creator I take that...

I tested it with 2.9.2 -- this made no difference, same exception for the case I presented above. Adding a @JsonCreator to the only constructor made the exception go away......

Thanks, I only re-reported this as Mode.PROPERTIES documentation seems to say that this issue shouldn't arise. Nothing too hard to work-around. Thanks for the clarification.

It is still under development and can be a bit tricky to run, and I'll probably need to fix some small issues to make it run a bit easier. It's...