Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-19381

ViewProperty.view & NodeProperty.node not restored after deserialization

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • core

      ViewProperty.view Javadoc claims that subclasses can always expect this transient field to be set. However that is not actually true; after restarting Jenkins, nothing has called setView and this field is null.

      Similarly for NodeProperty.node, which has no Javadoc but is clearly designed to behave similarly (see setNode).

      For comparison, JobProperty.owner is set during onLoad.

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: