Fabian Yamaguchi

Results 17 issues of Fabian Yamaguchi

When running `javasrc` with the `--fetch-dependencies` flag on a maven project, dependencies will only be fetched if the pom.xml file is in the project root directory. I am wondering whether...

For `CustomerRepository` in Hello ShiftLeft, I get the following: ``` cpg.typeDecl.name("CustomerRepository").isExternal(false).inheritsFromTypeFullName.l res2: List[String] = List(".CrudRepository") ``` although the class actually extends `CrudRepository`.

I believe that's because `lineNumberEnd` is not set.

In the same way we have parallelized `TypeDeclStubCreator`, `MethodStubCreator`, and `MethodDecorator` (see https://github.com/ShiftLeftSecurity/codepropertygraph/commit/c75a0a829f3131cfcbfce961745e841b3e07756e), we should be able to parallelize the `Linker` and `MemberAccessLinker` using `ParallelIteratorExecutor`. This should give us a...