clair icon indicating copy to clipboard operation
clair copied to clipboard

Problem types `object.toString()'s` end up in URIs; don't know what to do about this.

Open jurgenvinju opened this issue 2 years ago • 1 comments

<|cpp+parameter:///Phonebook/searchByPhoneNumber(org.eclipse.cdt.internal.core.dom.parser.ProblemType@31e76a8d)/phoneNumber|,|project://clair/src/test/phonebook.cpp|(1100,11)>,

jurgenvinju avatar Apr 26 '23 13:04 jurgenvinju

Duplicate of #25 (which has a misleading title). The toString originates from lang.cpp.BindingsResolver in the printType(IType) function.

Note that the underlying issue is that the type of the first argument of searchByPhoneNumber cannot be resolved by CDT.

rodinaarssen avatar Apr 26 '23 13:04 rodinaarssen