Core Java
-

Adaptive heap sizing
While enhancing our test bed to improve the Plumbr GC problem detector, Â I ended up writing a small test case…
Read More » -

Clean Unit Test Patterns â Presentation Slides
I was given the opportunity to talk at the GDG DevFestKarlsruhe 2014 conference about âClean Unit Test Patternsâ. Thanks to…
Read More » -

Apache Commons IO Tutorial: A beginner’s guide
Apache Commons IO is a Java library created and maintained by the Apache Foundation. It provides a multitude of classes that…
Read More » -

Chronicle Map and Yahoo Cloud Service Benchmark
Overview Yahoo Cloud Service Benchmark is a reasonably widely used benchmarking tool for testing key value stores for a significant…
Read More » -

Quo Vadis JUnit
For me JUnit is the most important library of the Java universe. But I think a new version of it…
Read More » -

When a String is Null but Not Null
Introduction A junior programmer on my team at work had an interesting bug. Its symptoms I have seen more than…
Read More » -

How to Use Callable and FutureTask
Introduction Since Java 1.5 there has been a new set of objects under java.util.concurrent. This package has a number of…
Read More » -

Explore Git Internals with the JGit API
Have you ever wondered how a commit and its content is stored in Git? Well, I have, and I had…
Read More » -

Letâs Stream a Map in Java 8 with jOOλ
I wanted to find an easy way to stream a Map in Java 8. Guess what? There isnât! What I…
Read More »




