Skip to content

onEclipse

Sections
Personal tools
You are here: Home » Plug-ins » Code Analysis » Demeter Cop

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 Version
Code 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.

Created by admin
Last modified 2005-01-12 01:35 PM