Skip to content

The DiffProcessor Java documentation seems to have errors. #1045

Closed
@DichoMire

Description

@DichoMire

Hi,

In this documentation:

There seems to be errors in the examples

There is an example where the oldImage is:

  [
    {
      "title": "Wuthering Heights",
      "editions": []
    },
    {
      "title": "Catweazle",
      "editions": []
    }
  ]

And the newImage:

  [
    {
    "title": "Wuthering Heights",
      "editions": [
        {
          "title": "Wuthering Heights: 100th Anniversary Edition"
        }
      ]
    },
    {
      "title": "Catweazle",
      "editions": [
        {
          "title": "Catweazle: Director's Cut"
        }
      ]
    }
  ]

However, the explanation that follow states the same edition for both the first and second call of added():

hmmma

When I would expect the second call to be:

          "title": "Catweazle: Director's Cut"

There is a second issue a little bit further down:

hmma2

Where I'd expect the third one to be:

          "title": "Catweazle: Complete with Extras"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions