Demeter Cop
Plugin that enforces the Law of Demeter by re-engineering Java code and providing a variety of solutions to these violations.
Demeter Cop
Category
License
Development Status
Company
Latest VersionCode Analysis
N/A
N/A
N/A
N/A
DemeterCop – a system for finding violations of the Law of Demeter in Java code while investigating the correlation between these violations and software maintainability. Fixing these violations affects software maintainability and suggests look into new ways of fixing these violations. The Law of Demeter is a programming-language independent rule that states that objects should only send messages to other closely related objects. Violations of this rule adversely affect the maintainability of software.