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

@hvc-neoria

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

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

public class B
{

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

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