You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (Jira)" <de...@uima.apache.org> on 2021/12/13 17:03:00 UTC

[jira] [Resolved] (UIMA-6401) CPE ThreadGroupDestroyer keeps unnecessary reference on CPMEngine

     [ https://issues.apache.org/jira/browse/UIMA-6401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Eckart de Castilho resolved UIMA-6401.
----------------------------------------------
    Resolution: Fixed

> CPE ThreadGroupDestroyer keeps unnecessary reference on CPMEngine
> -----------------------------------------------------------------
>
>                 Key: UIMA-6401
>                 URL: https://issues.apache.org/jira/browse/UIMA-6401
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Major
>             Fix For: 3.3.0SDK, 3.2.1SDK
>
>
> The ThreadGroupDestroyer spawned by the CPMEngine keeps an unnecessary reference on the CPMEngine because it is implemented as an anonymous inner class. Also, its code is redundant.
> To avoid the problem, pull it out into a static inner class.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)