Fabien Hermenier

Results 6 comments of Fabien Hermenier

I think that by default, it uses Sun recommendation while Intellij uses its own. My advice is “uses something that matches what you do since 10 years :D” > Le...

I was about to get some help. The PDF documentation helped also a bit, despite it is weird to have to read some explanations about the API signature outside the...

Hello One additional point: ``` b64 = new OneWordS64BitSet(env, 12); b32 = new OneWordS32BitSet(env, 1); b32.set(3); b64.set(3); System.out.printf("b32:%s b64:%s equals:%s", b32, b64, b32.equals(b64)); ``` equals() are implementation specific so despite...

Hello @kristynak . I have some issues about memory usage in some packing problems as well and turns out that for big problems, most of my memory goes in the...

This patch does not force any integration inside choco Environment given the criticality of that part. For the moment, this is just something I will have in btrplace and that...

Hi I am also interested in have a solution for that issue. This prevents me to use versioneye completely. Currently, I can only watch my master pom.xml. The weird thing...