Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-1248

PDNumberTreeNode method setNumbers( Map numbers ) sets the key for the for the Nums dictionary entry to Names rather than Nums

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 1.7.0
    • PDModel
    • Windows 7; JDK 1.6

    Description

      PDNumberTreeNode setNumbers(Map numbers) uses "Names" rather than "Nums" as key for Nums entry in NumberTreeNode dictionary.
      Any number tree node updated this way will, upon execution of getNumbers(), return null, and will in fact be an invalid NumberTreeNode

      Line in method with problem is #256:

      node.setItem( "Names", array );

      Attachments

        Activity

          People

            lehmi Andreas Lehmkühler
            smmorrissey Sheila Morrissey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: