Axel Bock

Results 2 issues of Axel Bock

I am unable to generate java classes for the [ITxPT spec](https://github.com/ITxPT/S02/tree/Sequoia/S02P00_NetworksAndProtocols/xsd). But the files can be generated individually. It seems to be a problem with the type `IPv4Type` that is...

I encountered a problem when it comes to serialization of a `Map`. It is very easy to replicate the bug using junit. Assume Type is a simple enum: ```java public...