Code

Programming Languages: Java

License: Common Public License 1.0

Repositories

browse code, statistics cvs -d:pserver:anonymous@eclipse-metrics.cvs.sourceforge.net:/cvsroot/eclipse-metrics login

cvs -z3 -d:pserver:anonymous@eclipse-metrics.cvs.sourceforge.net:/cvsroot/eclipse-metrics co -P modulename

Show:

What's happening?

  • fields referenced through 'this' ignored

    I just noticed that the fields referenced through the this pointer are ignored in the Henderson-Sellers lack of cohesion measure. For instance. this.aField; // ignored aField; // not ignored.

    2011-12-28 15:37:54 PST by tedgin

Our Numbers