0 Replies Latest reply on Dec 10, 2008 4:15 AM by timfox

    Strange code in QueueImpl::removeReferenceWithID

    timfox

       

      try
       {
       referenceRemoved(removed);
       }
       catch (Exception e)
       {
       log.warn(e.getMessage(), e);
       }
      


      Please do not swallow exceptions like this without a very good reason. I have fixed the code for now.