Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-3925

Java code viewer doesn't show generics properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 6.0.1
    • 6.0.0
    • Data Modeler
    • None

      Description of problem:

      When the datamodeller generates a .java file like this:

      public java.util.List<org.kie.external.ClaseExternalInterface> getInterfaz()

      { return this.interfaz; }

      public void setInterfaz(java.util.List<org.kie.external.ClaseExternalInterface> interfaz)

      { this.interfaz = interfaz; }

      If you go to the project browser and click on the .java file, the java code viewer shows somethinig like this:

      23. | public java.util.List getInterfaz()

      { 24. | return this.interfaz; 25. | }

      26. |
      27. | public void setInterfaz(java.util.List interfaz)

      { 28. | this.interfaz = interfaz; 29. | }

      The generics part <org.kie.external.ClaseExternalInterface> is not being shown properly.

      Version-Release number of selected component (if applicable):

      How reproducible:

      Steps to Reproduce:
      1.
      2.
      3.

      Actual results:

      Expected results:

      Additional info:

              jschatte@redhat.com Jan Schatteman
              wmedvede@redhat.com Walter Medvedeo
              Zuzka Krejčová Zuzka Krejčová (Inactive)
              Zuzka Krejčová Zuzka Krejčová (Inactive)
              Kris Verlaenen, Rajesh Rajasekaran
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: