| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
This is a bug in 5.4 -- Wonder had this same bug in our generic form of NS* originally, but it is fixed in Wonder. The proper declaration of arrayByAddingObjectsFromArray should be: public NSArray<E> arrayByAddingObjectsFromArray(NSArray<? extends E> otherArray) { not public NSArray<E> arrayByAddingObjectsFromArray(NSArray<E> otherArray) { which is most likely what 5.4 has it declared as. You will find that quite a few other methods likely also have this same bug (ours did as well). Incidentally, people using Project Wonder will not see this bug, because our generic NS* will still override 5.4's. ms |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/email@hidden This email sent to email@hidden
| References: | |
| >WebObjects 5.4 is out. (From: Q <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Mike Schrag <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Simon McLean <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Mike Schrag <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Anjo Krank <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Mike Schrag <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Art Isbell <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Art Isbell <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.