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)