Uploaded image for project: 'ACE'
  1. ACE
  2. ACE-404

Error in Comparator for sorting artifact recognizer: services are not really sorted depending on their SERVICE_RANKING

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 2.0.1
    • Client Repository
    • None

    Description

      ArtifactRepositoryImpl.SERVICE_RANK_COMPARATOR, line 542
      is: rank1 = (rankObject2 == null) ? 0 : ((Integer) rankObject2).intValue();
      must be: rank2 = (rankObject2 == null) ? 0 : ((Integer) rankObject2).intValue();

      Attachments

        Activity

          People

            marrs Marcel Offermans
            wilsib Wilfried Sibla
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: