joaompneves/tsviz

Abstract function shown as static function

Agadar opened this issue · 0 comments

I have a class that contains an abstract function:

public abstract execute();

In the corresponding diagram, it is reflected as follows:

<static> execute()

Considering the fact that 'abstract' and 'static' are two wildly different keywords, I cannot imagine this is the intended behavior.