Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-1574

[PATCH] PropertyWrapper has a typo that causes an infinite loop

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • core 1.4.2
    • None
    • jackrabbit-core
    • None

    Description

      PropertyWrapper.refresh is missing the delegation to 'property' for refresh, and has an infinite loop instead. Patch fixes this.

      [CODE]
      /**

      {@inheritDoc}

      */
      public void refresh(boolean keepChanges) throws InvalidItemStateException,
      RepositoryException

      { refresh(keepChanges); }

      [/CODE]

      Attachments

        Activity

          People

            jukkaz Jukka Zitting
            dbrosius David Brosius
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: