ml-in-programming / ArchitectureReloaded

Design defects detection plugin for IntelliJ IDEA. Based on BasLeijdekkers/MetricsReloaded plugin.
Other
8 stars 3 forks source link

Fixes "Set of overloaded methods must contain original method" exception #159

Closed RamSaw closed 5 years ago

RamSaw commented 5 years ago

Changed remove() on filter() by unique signature and changed throwing exception on writing to logger in getOverloads() method. Fixes #158