DanskerDave

Results 4 comments of DanskerDave

``` import org.slf4j.*; import mockit.*; public class MockToString { public static final class MyClass { private final String value; private MyClass(final String value) { this.value = value; } public final...

Jason, thanks for your feedback: I've updated my Benchmark. Good to hear JDK 8 is being phased out. (my advice to people using JDK 8 is _"stop it !!"_ )...

As discussed in Mail with José Pereda

Hi José, I've created a Fork & made 2 commits to it. How do I make that available to you? (as you see, I'm just as new to git as...