Skip to content

Interface changing from being implemented directly to indirectly should not be flagged as deleted #119

@gunnarmorling

Description

@gunnarmorling

Thanks for this nice tool! The generated report is very useful, I noticed one issue only.

Let this be my hierarchy in the previous release:

interface SomeInterface {}

class SomeClass implements SomeInterface {}

And that's my hierarchy in the new release:

interface SomeInterface {}

interface AnotherInterface extends SomeInterface {}

class SomeClass implements AnotherInterface {}

Then the report will incorrectly state that SomeInterface has been removed from the set of interfaces implemented by SomeClass.

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