nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
934 stars 106 forks source link

Generic QualifiedSignature different for MethodDeclaration and MethodCallExpr #172

Closed LinWanCen closed 4 years ago

LinWanCen commented 4 years ago
methodDeclaration.resolve().getQualifiedSignature() is <?>
methodCallExpr.resolve().getQualifiedSignature() is <? extends java.lang.Object>

image