On Tue, 19 Oct 2021 17:11:18 GMT, Artem Semenov <aseme...@openjdk.org> wrote:

> The TableAccessibility obj-c class should call [autorelease] on an object it 
> allocates (see: [TableRowAccessibility alloc] and [ColumnAccessibility 
> alloc]). 
> 
> The TableRowAccessibility obj-c class should not call [retain] on an 
> allocated object (see: [CellAccessibility alloc]). 
> 
> "You own any object you create", see: 
> https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html
> 
> The logic of creating a CellAccessibility object will be reimplemented in the 
> context of [JDK-8275720](https://bugs.openjdk.java.net/browse/JDK-8275720 
> "bugs.openjdk.java.net").

Marked as reviewed by ant (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/6020

Reply via email to