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 11:54:00 UTC

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

Richard Eckart de Castilho created UIMA-6401:
------------------------------------------------

             Summary: 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
             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)