Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-20184

Need to check all calls to project.equals() for correct behaviour.

    XMLWordPrintable

Details

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      After fixing JRA-20038, Projects in the cache will be updated a lot more often.
      This has turned up a problem where it is usually invalid to compare two project objects with project1.equals(project2)
      This is because this checks ALL fields including the counter field which is constantly updated.
      This equals compare can now return false for two project objects that actually represent the same project.

      This problem exists for comparing Project GenericValues as well as ProjectImpl objects.

      Attachments

        Issue Links

          Activity

            People

              mlassau Mark Lassau (Inactive)
              mlassau Mark Lassau (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: