Uploaded image for project: 'Commons DBCP'
  1. Commons DBCP
  2. DBCP-359

DelegatingConnection.equals fails if both delegates are null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3, 1.4
    • 1.3.1, 1.4.1
    • None

    Description

      DelegatingConnection conn3 = new DelegatingConnection(null);
      assertTrue(conn3.equals(new DelegatingConnection(null)));
      

      Test fails.

      Attachments

        Activity

          People

            joehni Joerg Schaible
            joehni Joerg Schaible
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: