Skip to content

Tag Archives: eclipse

Eclipse Plugin: Log Watcher

I found this plugin to be pretty useful. You can set up a variety of log files to tail, and create filters for them. Per this summary: LogWatcher – A Plugin for Monitoring Changes to Files Summary: The LogWatcher plugin is precisely the kind of plugin I like: compact, focused, and well thought out. LogWatcher [...]

Metrics in Eclipse

I found an interesting plugin today: Metrics for Eclipse. It says the plugin is for Eclipse 3.1, but I’m using it with 3.2 and MyEclipse. The plugin gives you, among other things; Number of lines of code by package/project/class Number of methods Weighted methods per Class Lack of Cohesion Methods Number of children McCabe Cyclomatic [...]