[jbosstools-issues] [JBoss JIRA] (JBIDE-19813) Optimize incremental rebuild of CDI model

Alexey Kazakov (JIRA) issues at jboss.org
Fri May 15 14:07:19 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-19813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov closed JBIDE-19813.
----------------------------------
    Resolution: Done


> Optimize incremental rebuild of CDI model
> -----------------------------------------
>
>                 Key: JBIDE-19813
>                 URL: https://issues.jboss.org/browse/JBIDE-19813
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: cdi
>    Affects Versions: 4.3.0.Alpha2
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.3.0.Beta1
>
>
> One of very common cases is when user modifies java code in editor and saves it. Java and CDI dependencies between classes make it generally a hard problem to do incremental rebuild, but if imports and super types are not changed, we do not need to reset all references to Java model objects in all CDI model objects, as it is done now 'to be on the safe side'. Request to JDT are time consuming and we can gain a lot if only changed CDI model objects reset references.
> It is not safe to try this optimization when imports or super types are changed, but they happen not so often as many minor changes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list