joern icon indicating copy to clipboard operation
joern copied to clipboard

javasrc2cpg: `inheritsFromTypeFullName` should contain type parameters

Open fabsx00 opened this issue 2 years ago • 0 comments

For CustomerRepository in Hello ShiftLeft, I get the following:

 cpg.typeDecl.name("CustomerRepository").isExternal(false).inheritsFromTypeFullName.l
res2: List[String] = List("<unresolved>.CrudRepository")

although the class actually extends CrudRepository<Customer, Long>.

fabsx00 avatar Mar 22 '22 17:03 fabsx00