[jbosstools-issues] [JBoss JIRA] (JBIDE-17015) Restrict number of dependency links stored by project contexts
Viacheslav Kabanovich (JIRA)
issues at jboss.org
Fri Apr 4 15:36:13 EDT 2014
Viacheslav Kabanovich created JBIDE-17015:
---------------------------------------------
Summary: Restrict number of dependency links stored by project contexts
Key: JBIDE-17015
URL: https://issues.jboss.org/browse/JBIDE-17015
Project: Tools (JBoss Tools)
Issue Type: Task
Components: jsp/jsf/xml/html source editing
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.2.0.Beta2
If a large project has too many dependencies between resources, the number of links may get as big as a square of the number of resources. Storing and iterating collections of links in this case will deteriorate the performance. We can set a reasonable limit, say 10000, and if reached, report info message to log. Then, we can either do full validation each time instead of incremental, or add to log, that validation may fail fail to reevaluate some resources dependent on changed ones.
--
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