Community
Participate
Working Groups
When an internal type is modified, it doesn't get "check" on the next build by the api tooling builder. It should be checked if it is a super type of an API type.
Existing errors are not removed properly either.
A test case where a method is removed from an internal class, where an API class is a subclass. ClassCompatibilityInternalTests.testRemoveInternalMethodI() In this case, the error message should also be improved - the message indicates a method was removed but should indicate that it was visible on an API class.
Fixed and released in HEAD. Darin, please verify.
Verified.