Report-an-Apple-bug Friday! 28
This bug is NSAnimation documented as inheriting from itself. It was filed on 2006-04-14 at 23:25 PDT.
Summary:
The infobox at the top of the NSAnimation reference gives a cyclic inheritance path.
Steps to Reproduce:
- Go to the NSAnimation reference.
Expected Results:
The infobox at the top says that NSAnimation inherits from NSObject.
Actual Results:
The infobox at the top says that NSAnimation inherits from NSAnimation inherits from NSObject.
Regression:
None known.
Notes:
As documented, NSAnimation inherits from both itself and NSObject. This is both cyclic inheritance and multiple inheritance, and both are illegal in Objective-C.
Similar to "NSViewAnimation documentation documented as inheriting from itself.".
0 comments:
Post a Comment
<< Home