[jbosstools-issues] [JBoss JIRA] (JBIDE-16171) Separation of module filters and traversing a publish tree for copy / rm / mkdir / etc

Martin Malina (JIRA) issues at jboss.org
Thu Aug 14 04:08:30 EDT 2014


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

Martin Malina closed JBIDE-16171.
---------------------------------



> Separation of module filters and traversing a publish tree for copy / rm / mkdir / etc
> --------------------------------------------------------------------------------------
>
>                 Key: JBIDE-16171
>                 URL: https://issues.jboss.org/browse/JBIDE-16171
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: server
>    Affects Versions: 4.2.0.Alpha1
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>             Fix For: 4.2.0.Alpha2
>
>
> The current code in charge of traversing a module tree or its delta for publish suffers from many problems:
>  1)  The class name is vague and not informative (PublishCopyUtil)
>  2)  It suffers from an inconsistant api (was designed stateless, became stateful, but not fully converted)
>  3)  It suffers from overlapping concerns (filtering and determining if module requires restart are intertwined in this logic)
>  
> These systems need to be broken apart. The scope of this jira is to create new runners (for incremental or full publish) without reference to IModulePathFilter,  and to enhance the interface for IModulePathFilter to be able to provide clean deltas. 
> Test cases for all should be provided. 



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list