[jboss-jira] [JBoss JIRA] Created: (JBFORUMS-243) safeClose method never more used in Portal common project

Luca Stancapiano (JIRA) jira-events at lists.jboss.org
Wed Jun 13 16:12:13 EDT 2007


safeClose method never more used in Portal common project
---------------------------------------------------------

                 Key: JBFORUMS-243
                 URL: http://jira.jboss.com/jira/browse/JBFORUMS-243
             Project: JBoss Forums
          Issue Type: Bug
          Components: Forum Model Layer
    Affects Versions: 1.0.1 RC
         Environment: forums taken at http://anonsvn.labs.jboss.com/labs/jbossforums/branches/forums101P26 since 12 jun 2007
portal taken at http://anonsvn.jboss.org/repos/portal/trunk since 12 jun 2007
            Reporter: Luca Stancapiano
         Assigned To: Ryszard Kozmik
             Fix For: 1.0.1 RC
         Attachments: TCCLXProperties.java

hi ryszak....it seems that safeClose(Object in) method of org.jboss.portal.common.util.Tools of Portal 2.6 common project is never more used. I rewrote org.jboss.portlet.forums.properties.TCCLXProperties class : row 85


      finally
      {
         Tools.safeClose(in);
      }

so:

      finally
      {
         in.close();
      }

bye

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list