fuhrmanator / FamixTypeScriptImporter

MIT License
2 stars 1 forks source link

ImportClause entities don't have valid sourceAnchor info #27

Closed fuhrmanator closed 1 year ago

fuhrmanator commented 1 year ago

V1.0.17: There are no fields like fileName, startPos, endPos, etc.

Should ImportClause entities have IndexedFileAnchor entities?

image

fuhrmanator commented 1 year ago

Should check to see what Java imports look like.

fuhrmanator commented 1 year ago

Should check to see what Java imports look like.

I couldn't see any FamixJavaImport, at least for a model generated by VerveineJ 2.0.4 (with @badetitou's docker).

I suspect the source should just be the "import ..." line.

badetitou commented 1 year ago

In FamixJava Model. The import does not exist. There is no FamixJavaImport ( as far as I know )

Thus, it is not imported