[jbosstools-issues] [JBoss JIRA] (JBIDE-17060) IncludeModel class has an error in logic

Viacheslav Kabanovich (JIRA) issues at jboss.org
Tue Apr 8 19:02:12 EDT 2014


Viacheslav Kabanovich created JBIDE-17060:
---------------------------------------------

             Summary: IncludeModel class has an error in logic
                 Key: JBIDE-17060
                 URL: https://issues.jboss.org/browse/JBIDE-17060
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml/html source editing
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich


When read/modify/save kb project stored in xml file, class IhcludeModel correctly adds new <alias> entries, but duplicates existing entries, reverting data in copies. For example, for entry
<alias path="/weld1.1/src/META-INF/beans.xml" value="%8"/>
it creates new entry
<alias path="%8" value="/weld1.1/src/META-INF/beans.xml"/>
In this way, section <aliases> contains twice as much entries as it should. This corruption does not affect functionality, but creates performance load.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list