Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-1470

typo at "toString" method in SemaphoreConcurrentLinkedDequeManagedConnectionPool class

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Trivial
    • None
    • master
    • Core
    • None

    Description

      The old class name "SemaphoreConcurrentLinkedQueueManagedConnectionPool" remains at "toString" method in SemaphoreConcurrentLinkedDequeManagedConnectionPool class.

      "SemaphoreConcurrentLinkedDequeManagedConnectionPool" would be more helpful when TRACE log is enabled.

         /**
          * String representation
          * 
          * @return The string
          */
         @Override
         public String toString() 
         {
            StringBuilder sb = new StringBuilder(); 
      ==>   sb.append("SemaphoreConcurrentLinkedQueueManagedConnectionPool@");
            sb.append(Integer.toHexString(System.identityHashCode(this)));
            sb.append("[pool=").append(pool.getName());
            sb.append("]");      return sb.toString();
         }
      

      Attachments

        Activity

          People

            ssur@redhat.com Sudeshna Sur
            rhn-support-mkawakam Manabu Kawakami
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: