[ 
https://issues.apache.org/jira/browse/CAMEL-6951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Babak Vahdat updated CAMEL-6951:
--------------------------------

    Description: 
There're bunch of minor flaws by the {{ServiceHelper}} utility class such as:

- The {{stopAndShutdownServices(Collection<?> services)}} method has got a 
minor bug in that it does *not* stop each given service object *inside* the 
{{try/catch}} block. Potentially this could cause to *miss* stopping/shutting 
down the remaining elements of the given {{services}} collection in case 
calling stop on one of those service objects would throw an exception!
- The utility {{startServices(Object... services)}} has got code-duplication! 
Instead it should reuse the {{startServices(Collection<?> services)}} logic.
- Lack of Javadoc by bunch of it's utility methods.
- Some existing Javadoc is not really clear & precise about what the method 
exactly/really does.


  was:
There're bunch of minor flaws by the {{ServiceHelper}} utility class such as:

- The {{stopAndShutdownServices(Collection<?> services)}} method has a minor 
bug in that it does *not* stop each given service inside the {{try/catch}} 
block. Potentially this would cause us to *miss* stopping/shutting down the 
remaining elements of the given {{services}} in case stopping of one the 
service objects would throw an exception!
- The utility {{startServices(Object... services)}} has got code-duplication! 
Instead it should reuse {{startServices(Collection<?> services)}}
- Lack of Javadoc by bunch of it's utility methods.
- Some existing Javadoc is not really clear & precise about what the method 
exactly/really does.



> camel-core - Improve ServiceHelper utility class.
> -------------------------------------------------
>
>                 Key: CAMEL-6951
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6951
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.12.1
>            Reporter: Babak Vahdat
>            Assignee: Babak Vahdat
>            Priority: Minor
>             Fix For: 2.11.3, 2.12.2, 2.13.0
>
>
> There're bunch of minor flaws by the {{ServiceHelper}} utility class such as:
> - The {{stopAndShutdownServices(Collection<?> services)}} method has got a 
> minor bug in that it does *not* stop each given service object *inside* the 
> {{try/catch}} block. Potentially this could cause to *miss* stopping/shutting 
> down the remaining elements of the given {{services}} collection in case 
> calling stop on one of those service objects would throw an exception!
> - The utility {{startServices(Object... services)}} has got code-duplication! 
> Instead it should reuse the {{startServices(Collection<?> services)}} logic.
> - Lack of Javadoc by bunch of it's utility methods.
> - Some existing Javadoc is not really clear & precise about what the method 
> exactly/really does.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to