| It was called 9 times during bootstrap because of:
- SimpleValue#isValid
- Property#getType
- SimpleValue#getType
- Property#getCascadeStyle
- AttributeFactory#determineAttributeMetadata
- Column#getSqlTypeCode
Some of the above like Property#getType are called multiple times. I considered the Type and the Properties parameters and made a copy of the Properties to make sure we capture the Type building context. If you want to take a look on my fix, check out this Pull Request. It's not a big change and all tests run successfully too. |