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

[patch] Bad name collision causes non functional method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 10.7.1.1
    • 10.8.1.2
    • Tools
    • None
    • Low
    • Deviation from standard

    Description

      ijMultipleResultSetResult has this method

      /**

      • Create a ijResultImpl that represents multiple result set.
        */
        public ijMultipleResultSetResult(List resultSets) throws SQLException { resultSets = new ArrayList(); resultSets.addAll(resultSets); }

      due to the name collision, this does nothing... patch fixes with this. prefixing.

      Attachments

        1. bad_name_collision.diff
          0.7 kB
          Dave Brosius

        Activity

          People

            dbrosius@apache.org Dave Brosius
            dbrosius@apache.org Dave Brosius
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified