[jbosstools-issues] [JBoss JIRA] (JBIDE-9521) PollThread should catch specific Exception if #beginPolling fails

Martin Malina (JIRA) jira-events at lists.jboss.org
Thu Apr 5 06:23:47 EDT 2012


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

Martin Malina closed JBIDE-9521.
--------------------------------


    
> PollThread should catch specific Exception if #beginPolling fails
> -----------------------------------------------------------------
>
>                 Key: JBIDE-9521
>                 URL: https://issues.jboss.org/browse/JBIDE-9521
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: JBossAS/Servers
>    Affects Versions: 3.3.0.M3
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 3.3.0.M3
>
>
> PollThread catches a general purpose Exception if #beginPolling fails:
> {code}
> try {
> 	poller.beginPolling(getServer(), expectedState);
> 	...
> } catch(Exception e) {
> 	abort = true;
> }
> {code}
> This could swallow failure causes that are not caused by #beginPolling failing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list