judovana

Results 230 comments of judovana

hmm. Then it is already wrongly substituting $ by dot. In the binaries, I see only $ signs in inner classes. No dots nowhere. If dot would be correct, then...

I can not agree that is common issue.  This is only app in last 6 years which have this behaviour. I guess it is  common problem of certain framework(s) and/or...

Yup. I was expecting excuse of "bug in framework, but it's not a bug with the code I wrote, an" it is just expectable. And thats why I wrote "please...

> ? ``` - private long mapSize = 1_024 * 1_024; + // On a system with pages 4096 bytes big, this translates to default max map size of 4...

> > It is correct, but not deserved. > > There's more information in the LGTM "[Result of multiplication cast to wider type](https://lgtm.com/rules/7900075/)" article. Try making `PAGE_SIZE` a `long`. Yup....