E
Edward Berard
I am looking for tools that will analyze Java source code:
-> I am primarily looking for metrics tools, e.g., tools
that will tell me things like
- Total lines of code
- Total blank lines of code
- Total commented lines of code
- Total/average lines of code per class
- Total/average lines of code per method
- McCabe's complexity (cyclomatic complexity) per
method
- Average depth of inheritance hierarchy
- Halstead's metrics
- Strength and kind of object coupling
- Object cohesiveness
- any other project/product/people metrics that you may have found
useful
-> I am most keenly interested in tools that are interoperable with
the Eclipse environment, but I have a general interest as well
-> If you have any Java/Java-metrics "war stories" please feel free
to pass them on as well.
Thank you for any time and consideration.
-- Ed
-> I am primarily looking for metrics tools, e.g., tools
that will tell me things like
- Total lines of code
- Total blank lines of code
- Total commented lines of code
- Total/average lines of code per class
- Total/average lines of code per method
- McCabe's complexity (cyclomatic complexity) per
method
- Average depth of inheritance hierarchy
- Halstead's metrics
- Strength and kind of object coupling
- Object cohesiveness
- any other project/product/people metrics that you may have found
useful
-> I am most keenly interested in tools that are interoperable with
the Eclipse environment, but I have a general interest as well
-> If you have any Java/Java-metrics "war stories" please feel free
to pass them on as well.
Thank you for any time and consideration.
-- Ed