Uploaded image for project: 'XalanJ2'
  1. XalanJ2
  2. XALANJ-691

Typo in constructor DOM2DTM$defaultNamespaceDeclarationNode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Resolution: Fixed
    • 2.2.x
    • None
    • DTM
    • None
    • Operating System: All
      Platform: All
    • 4962

    Description

      The following is the code from the constructor. As you can see, there is a
      typo in the parameter declaration of the constructor (peseudoparent instead
      of pseudoparent, and therefore the first line of the constructor becomes
      a self-assignment (this.pseudoparent=pseudoparent).

      Element pseudoparent;
      String prefix,uri;
      defaultNamespaceDeclarationNode(Element peseudoparent,String prefix,String
      uri)

      { this.pseudoparent=pseudoparent; this.prefix=prefix; this.uri=uri; }

      Regards, Gregor

      Attachments

        Activity

          People

            Unassigned Unassigned
            gregor.karlinger@gmx.net Gregor Karlinger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: