[jbosstools-issues] [JBoss JIRA] (JBIDE-10794) XMarkerManager class takes too much resources

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Fri Feb 3 21:12:48 EST 2012


Viacheslav Kabanovich created JBIDE-10794:
---------------------------------------------

             Summary: XMarkerManager class takes too much resources
                 Key: JBIDE-10794
                 URL: https://issues.jboss.org/browse/JBIDE-10794
             Project: Tools (JBoss Tools)
          Issue Type: Task
          Components: common/jst/core
    Affects Versions: 3.3.0.M5
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 3.3.0.Beta1


This class maps markers to XModel objects so that tree and form editors could show problems on tree nodes and labels of input fields. Implementation of class needs optimization. Now, at Eclipse start, it loads and maps all workspace markers, creating at one time all required model objects. Then at workspace modifications, it checks mapping either for the entire workspace, or for the entire modified project even if actually only one file was modified.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list