CachedRowSet.getBigDecimal(int, int) calls itself, will recurse and run out of m

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 5.0
    • Affects Version/s: 5.0
    • Component/s: core-libs
    • rc
    • generic
    • generic

      Here's the code for CachedRowSet.getBigDecimal(int columnIndex, int scale):

          public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
              return getBigDecimal(columnIndex, scale);
          }

      This will just recurse until the VM runs out of memory.
      ###@###.### 2004-05-10

            Assignee:
            Amit Handa (Inactive)
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: