Version 1.2.0 of Class View has been posted to the web site.
http://www.truenorthsoftware.com/Class_View/ClassView.html
New for version 1.2.0:
Class View now reports cyclomatic complexity for all methods
within your REALbasic project.
The cyclomatic complexity metric is the measure of number of
linear segments of code within a method. Linear segments are
defined by the number of decision points within the method.
Decision points are defined as branching points such as
"if...then...else" statements. The more branching and looping
decision points, the more complicated the code. The cyclomatic
complexity metric can be used to estimate the number of tests
required to test the functionality of a method or to judge the
psychological complexity of the code.
Other changes:
- Window classes were excluded when they shouldn't of been from
the class tree. The class tree now displays the sub-classes of the
window class in the class tree.
- The statistics for Window classes were not counted. Statistics
now reflect the inclusion of Windows.
- Printing in demo mode has been changed. Now you may print in
demo mode, but the pages will have the words "Demo Mode" printed
over them.
Class View 1.0 for REALbasic is available for download. Class View
is hierarchical class browser for REALbasic Macintosh and Windows
developers.
A hierarchical class browser shows all the classes in a tree
structure with the "Object" class as the root of the tree. Class
View also provides basic code metric information. Class view is
useful for understanding the over all class structure of a
REALbasic program.
In addition to providing a hierarchical class browser, Class View
also allows you to color code classes. Class View also provides a
set of base classes that are pre-color coded. For example,
REALbasic runtime classes are colored green so that you can easily
tell where the class inheritance is coming from.
Class View provides the following code metrics.
· Total lines of code in the project.
· Non-comentary source lines of code in a project.
· The number of blank lines in the source code.
· The number of single line comments.
· The number of embedded comments.
· Number of classes within the project.
· Number of constants within the project.
· Number of properties within the project.
· Number of methods within the project.
· Number of events and controls that have implementations.
· Number of interfaces within the project.
Class View is available from the True North Software web site at
the following URL.
http://www.truenorthsoftware.com/Class_View/ClassView.html
Pricing for Class View is $20.00. Class View is available for Mac
OS X and Windows.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|