mklemm / jaxb-rich-contract-plugin

Implements some JAXB plugins to generate advanced contract scenarios from XSD
MIT License
67 stars 33 forks source link

Improve fluent-builder exception if no Builder class is found. #43

Closed er1c closed 6 months ago

er1c commented 5 years ago

It took a lot of System.out.println statements for me to figure out what was going on :)

I have a <inheritance:extends>fm.aaia.aces.xml.DigitalFileInformationBase&lt;DigitalFileInformationType&gt;</inheritance:extends> which is an abstract class (though, just a fancy interface - I just needed to access the protected methods after enabling -Ximmutable in jaxb2-basics)

This still doesn't fix my issue, but I figured I would at least create a PR for this for anyone elses' benefit.

at055612 commented 5 years ago

Apologies, a number of my commits incorrectly referenced this PR. They were meant to reference a different issue.