data: changed name of Java generic type to use name of declaration

* changed the name resolution of generic type instantiations to use the name of the type's declaration instead of using the provided type arguments here.
* fixed tests
This commit is contained in:
malte_langkabel
2016-10-03 12:50:51 +02:00
parent 3dffd55f75
commit 47d7a3a509
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ public class JavaDeclName
return string;
}
private String getTypeParameterString()
public String getTypeParameterString()
{
String string = "";
if (m_typeParameterNames != null && !m_typeParameterNames.isEmpty())