ml-in-programming / ArchitectureReloaded

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

Integration of old algorithms, main module separation #131

Closed Ivan-Veselov closed 5 years ago

Ivan-Veselov commented 5 years ago

Deletes AKMeans and MRI algorithms and makes the rest of them use new interface with AbstractAlgorithm class. Removes old obsolete classes and fixes a few issues. Also separates main module on two: core and plugin.

Fixes #74 Fixes #73 Fixes #114 Fixes #118

Also this branch contains modifications that were introduced in #85.

Fixes #57