Community
Participate
Working Groups
Build Identifier: M20110210-1200 Xbase classes gets TypeConformanceComputer injected in some cases, and in other cases XbaseTypeConformanceComputer gets injected. For example XbaseJavaValidator gets TypeConformanceComputer injected, and FeatureCallChecker gets XbaseTypeConformanceComputer injected. This requires binding a custom type conformance computer to both XbaseTypeConformanceComputer and TypeConformanceComputer when one binding should be enough. Reproducible: Always
We should make sure that we do not stumble accross this one.
Fixed another case where we injected the XbaseTypeConformanceComputer. Solution for comment #1 still pending.
I checked the current code base. There are no references to XbaseTypeConformanceComputer other than bindings and tests.
Requested via bug 522520. -M.