stackparam - JVM agent to add method parameters to Java stack traces... (more…)
Read more »
The challenge Complete the solution so that it splits the string into pairs of two characters. If the string contains an odd number of characters then it should replace the missing second character of the final pair with an underscore (‘_’). Examples: Tes... (more…)
Read more »
A new tool identifies cryptographic vulnerabilities in Java (and soon, in Python) automatically.
... (more…)
Read more »
An annotation processor for generating type-safe bean mappers - GitHub - mapstruct/mapstruct: An annotation processor for generating type-safe bean mappers... (more…)
Read more »
BigDecimal is an immutable data type. So every method of this class should be thread safe.
But this not the case for the method toString. Calling it from multiple threads leads to strange results. (more…)
Read more »