[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7264) Increase EL validation performance for big projects.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Oct 5 14:45:39 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-7264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555396#action_12555396 ] 

Alexey Kazakov commented on JBIDE-7264:
---------------------------------------

I managed to decrease time of EL validation for some kinds of big projects in three times in case of full validation. We used to compute the line number of an error marker every time we mark some EL as invalid. But there is not any need to do it since we can get the line number when we are creating a page context for IResource. This works much faster.
Also I increased performance of incremental EL validation limiting the number of ELs which are related to changed files and which we should re-validate. For example if some java class is used in some ELs and this java class is changed then we will re-validate only first 1000 ELs which relate to this java class.

> Increase EL validation performance for big projects.
> ----------------------------------------------------
>
>                 Key: JBIDE-7264
>                 URL: https://jira.jboss.org/browse/JBIDE-7264
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: JSF
>    Affects Versions: 3.2.0.Beta1
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 3.2.0.Beta2
>
>


-- 
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