Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8176453

Javadoc search: there are issues with generics in parameters

    XMLWordPrintable

Details

    Description

      To reproduce open http://cr.openjdk.java.net/~anazarov/scratch/javadoc-search/overview-summary.html

      1. type in: "ClassSimple0(int, Map,"
          found nothing, but there is constructor ClassSimple0(int, Map, String)
      2. type in: "ClassSimple0(int, Map<"
          you will see "sampleapi.pkg3.ClassSimple0.ClassSimple0(int, Map<String, String>, String)" it's ok. Now add "S" and fully "ClassSimple0(int, Map<S"
         drop down list will contain "...ClassSimple0(int, Maptring, String>, String)"

      Attachments

        Activity

          People

            hannesw Hannes Wallnoefer
            anazarov Andrey Nazarov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: