You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org> on 2009/06/12 17:52:07 UTC

[jira] Created: (UIMA-1380) SwingWorker is Sun code that can't be relicensed under Apache license and needs to be removed

SwingWorker is Sun code that can't be relicensed under Apache license and needs to be removed
---------------------------------------------------------------------------------------------

                 Key: UIMA-1380
                 URL: https://issues.apache.org/jira/browse/UIMA-1380
             Project: UIMA
          Issue Type: Bug
          Components: Tools
    Affects Versions: 2.2.2
            Reporter: Thilo Goetz
            Assignee: Thilo Goetz
             Fix For: 2.3


SwingWorker.java is sample code from the Swing tutorial that was copied verbatim.  Must be removed.  Fortunately, it's only used in one place, where it can easily be replaced.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1380) SwingWorker is Sun code that can't be relicensed under Apache license and needs to be removed

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilo Goetz closed UIMA-1380.
-----------------------------

    Resolution: Fixed

Replaced use of SwingWorker with simple Thread as suggested by Jukka, removed SwingWorker class, tested fix.  There are no unit tests for this UI tool.

> SwingWorker is Sun code that can't be relicensed under Apache license and needs to be removed
> ---------------------------------------------------------------------------------------------
>
>                 Key: UIMA-1380
>                 URL: https://issues.apache.org/jira/browse/UIMA-1380
>             Project: UIMA
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.2.2
>            Reporter: Thilo Goetz
>            Assignee: Thilo Goetz
>             Fix For: 2.3
>
>
> SwingWorker.java is sample code from the Swing tutorial that was copied verbatim.  Must be removed.  Fortunately, it's only used in one place, where it can easily be replaced.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.