Skip to content

Dependencies of classes that do not have it as a field but are calling it are not output. #105

Open
@hvc-neoria

Description

初めまして。
フィールドとして持たないが呼び出しているクラスの依存性が出力されませんでした。

public class A
{
    void Start()
    {
        var b = new B();
    }
}

public class B
{

}
@startuml
class A {
    - Start() : void
}
class B {
}
@enduml

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions