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

When ambiguous classes are in a list / array they are given their simple name not FQCN

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Minor Minor
    • structs-plugin
    • None

      When determining if an instance of a parameter needs a simple name or a FQCN, the JENKINS-43337 fix uses the erased type of the parameter which will fail for the cases where the parameter is a container parameter such as a List or Array, instead the erased type of the container's generic parameter should be used as there will be no instances of type `List` or `[]` so the simple name will be used always

          [JENKINS-45130] When ambiguous classes are in a list / array they are given their simple name not FQCN

          Stephen Connolly created issue -
          Stephen Connolly made changes -
          Link New: This issue is related to JENKINS-43337 [ JENKINS-43337 ]
          Stephen Connolly made changes -
          Remote Link New: This issue links to "PR#22 (Web Link)" [ 17176 ]
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Stephen Connolly made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]

            stephenconnolly Stephen Connolly
            stephenconnolly Stephen Connolly
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: