Skip to content

Commit

Permalink
Cleanup debugging text
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <stryker@redhat.com>
  • Loading branch information
Rob Stryker committed Aug 7, 2024
1 parent 962cec4 commit 3f06f83
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,12 +590,7 @@ public IPackageBinding getPackage() {

@Override
public String getQualifiedName() {
String tmp = getQualifiedNameImpl(this.type, this.typeSymbol, this.typeSymbol.owner, !this.isDeclaration);
if( tmp.contains("<")) {
int z = 3;
int y = 4;
}
return tmp;
return getQualifiedNameImpl(this.type, this.typeSymbol, this.typeSymbol.owner, !this.isDeclaration);
}
private String getQualifiedNameImpl(Type type, TypeSymbol typeSymbol, Symbol owner, boolean includeParameters) {
if (owner instanceof MethodSymbol) {
Expand Down

0 comments on commit 3f06f83

Please sign in to comment.