-
Bug
-
Resolution: Done
-
Minor
-
6.0.0
-
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)
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: