rvasa / jseat

Automatically exported from code.google.com/p/jseat
0 stars 0 forks source link

Remove java.lang.Object and self-references from dependency calculation #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Context:
When calculating Fan-Out, we count java.lang.Object as well as
self-references in the dependency file currently.

java.lang.Object is default and hence not needed.

Self-references are implied for most Classes and can be safely removed.
Interfaces should not have any self-references (generally speaking).

Requested fix:
Remove these from the calculations and from dependency files.

Original issue reported on code.google.com by rajesh.v...@gmail.com on 6 Sep 2007 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by rajesh.v...@gmail.com on 6 Sep 2007 at 4:15

GoogleCodeExporter commented 9 years ago
FIXED:
Both self references and java.lang.Object references have been removed.

Note: Previous JSeat projects will need to be re-created in order for the 
changes to 
take effect.

Original comment by jtha...@gmail.com on 15 Nov 2007 at 5:30