Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-3227

Remove final from all getConnection() methods in EmbeddedDataSource

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.3.1.4
    • 10.4.1.3, 10.5.1.1
    • JDBC
    • None

    Description

      The final modifier makes it impossible to wrap Derby connections in P6Spy, for example.

      The network ClientDataSource doesn't use final, either.

      Patch: Replace "public final Connection" with "public Connection" two times.

      Attachments

        1. derby-3227.diff
          1 kB
          Dyre Tjeldvoll

        Activity

          People

            dyret Dyre Tjeldvoll
            digulla Aaron Digulla
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: