[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-7148) Optimize code that loads Java libraries in KB, CDI, and Seam builders

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Thu Sep 23 07:33:28 EDT 2010


Optimize code that loads Java libraries in KB, CDI, and Seam builders
---------------------------------------------------------------------

                 Key: JBIDE-7148
                 URL: https://jira.jboss.org/browse/JBIDE-7148
             Project: Tools (JBoss Tools)
          Issue Type: Task
          Components: common
    Affects Versions: 3.2.0.M2
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 3.2.0.Beta2


At present, each builder does it independently, with almost identical code repeated in several place. 
That makes very difficult debugging a problem if it is caused by that code, because it may work with shared objects in different threads.
It is necessary, at least, to move that code to one common place.
Next, it should be done thread safe.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list