Hi, looking through the code I wonder what to do with the utils package. It looks like the typical "don't know where to put this peace of code"-dumping ground. I think we should at least mark the whole package as internal. Further more we should change class names: Utils, IOUtils and ReflectionUtils just call for trouble in user code. The best would be if we could get rid of the package completely. I'm currently trying to find out if that's possible.
Benedikt