dch-epo
Results
1
issues of
dch-epo
It appears Interfacer cannot match an interface if it has `default` methods: ``` public interface CustomMessage { Context getContext(); default boolean isRepublished() { return getContext().getRepublishCount() > 0; } } ```...