[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-9519) LocalJBoss7BehaviorDelegate#dispose swallows Exceptions without any logging

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Thu Aug 11 05:53:50 EDT 2011


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

Andre Dietisheim updated JBIDE-9519:
------------------------------------

             Assignee: Andre Dietisheim
        Fix Version/s: 3.3.x
    Affects Version/s: 3.3.0.M3
          Component/s: JBossAS


> LocalJBoss7BehaviorDelegate#dispose swallows Exceptions without any logging
> ---------------------------------------------------------------------------
>
>                 Key: JBIDE-9519
>                 URL: https://issues.jboss.org/browse/JBIDE-9519
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: JBossAS
>    Affects Versions: 3.3.0.M3
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 3.3.x
>
>
> LocalJBoss7Behaviordelegate#dispose swallows an Exception but does not logging:
> {code}
> 	@Override
> 	public void dispose() {
> 		try {
> 			JBoss7ManagerUtil.dispose(getService());
> 		} catch(Exception e) {
> 			// ignore
> 		}
> 	}
> {code}
> First problem is that the code does not make any distinction of the exceptions that may occur and the 2nd one is that no logging occurrs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list