Lately I was assigned a task which involved something that a unit test seemed to be able to solve, but later it turned out to be way more complex than that.
Almost a third of our codebase consists of POJOs generated from Xsd descriptors scattered around in our projects. The generation is performed…