JavaNCSS Metric Results

[ package ] [ object ] [ method ] [ explanation ]

The following document contains the results of a JavaNCSS metric analysis.
JavaNCSS web site.

Packages

[ package ] [ object ] [ method ] [ explanation ]

Packages sorted by NCSS.

Package Classes Methods NCSS Javadocs Javadoc lines Single lines comment Multi lines comment
org.springframework.richclient.samples.simple.ui 6 26 294 25 162 39 81
org.springframework.richclient.samples.simple.domain 5 46 167 51 185 10 85
org.springframework.richclient.samples.simple.app 2 7 40 9 62 18 30
Classes total Methods total NCSS total Javadocs Javadoc lines Single lines comment Multi lines comment
13 79 501 85 409 67 196

Objects

[ package ] [ object ] [ method ] [ explanation ]

TOP 30 classes containing the most NCSS.

Object NCSS Methods Classes Javadocs
org.springframework.richclient.samples.simple.ui.ContactView 67 6 4 11
org.springframework.richclient.samples.simple.domain.Contact 59 23 0 24
org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog 45 6 1 1
org.springframework.richclient.samples.simple.ui.ContactForm 41 3 0 2
org.springframework.richclient.samples.simple.domain.ContactDataStore 35 7 0 8
org.springframework.richclient.samples.simple.domain.Address 31 12 0 13
org.springframework.richclient.samples.simple.domain.SimpleValidationRulesSource 23 2 1 3
org.springframework.richclient.samples.simple.ui.InitialView 23 5 0 6
org.springframework.richclient.samples.simple.ui.ContactTable 23 5 0 4
org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor 20 6 0 7
org.springframework.richclient.samples.simple.ui.SimpleAppFormatterFactory 19 1 1 1
org.springframework.richclient.samples.simple.app.SimpleApp 10 1 0 2
org.springframework.richclient.samples.simple.domain.ContactType 7 2 0 3

TOP 30 classes containing the most methods.

Object NCSS Methods Classes Javadocs
org.springframework.richclient.samples.simple.domain.Contact 59 23 0 24
org.springframework.richclient.samples.simple.domain.Address 31 12 0 13
org.springframework.richclient.samples.simple.domain.ContactDataStore 35 7 0 8
org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor 20 6 0 7
org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog 45 6 1 1
org.springframework.richclient.samples.simple.ui.ContactView 67 6 4 11
org.springframework.richclient.samples.simple.ui.InitialView 23 5 0 6
org.springframework.richclient.samples.simple.ui.ContactTable 23 5 0 4
org.springframework.richclient.samples.simple.ui.ContactForm 41 3 0 2
org.springframework.richclient.samples.simple.domain.SimpleValidationRulesSource 23 2 1 3
org.springframework.richclient.samples.simple.domain.ContactType 7 2 0 3
org.springframework.richclient.samples.simple.app.SimpleApp 10 1 0 2
org.springframework.richclient.samples.simple.ui.SimpleAppFormatterFactory 19 1 1 1

Averages.

NCSS average Program NCSS Classes average Methods average Javadocs average
31.00 501.00 0.54 6.08 6.54

Methods

[ package ] [ object ] [ method ] [ explanation ]

TOP 30 Methods containing the most NCSS.

Methods NCSS CCN Javadocs
org.springframework.richclient.samples.simple.ui.ContactForm.createFormControl() 34 1 0
org.springframework.richclient.samples.simple.ui.ContactView.ContactTableFactory.createContactTable() 17 1 0
org.springframework.richclient.samples.simple.domain.SimpleValidationRulesSource.createContactRules() 15 1 1
org.springframework.richclient.samples.simple.ui.ContactView.createControl() 15 1 1
org.springframework.richclient.samples.simple.domain.SimpleValidationRulesSource.Rules$1.initRules() 13 1 0
org.springframework.richclient.samples.simple.domain.ContactDataStore.makeContact(String,String,String,String,String,String,String,ContactType) 13 1 1
org.springframework.richclient.samples.simple.ui.InitialView.createControl() 12 3 1
org.springframework.richclient.samples.simple.ui.SimpleAppFormatterFactory.AppDateFormatter.doParseValue(String,Class) 11 5 0
org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog.onFinish() 10 2 0
org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog.onCancel() 10 2 0
org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog.ContactPropertiesDialog(Contact,ContactDataStore) 9 2 0
org.springframework.richclient.samples.simple.ui.ContactView.DeleteExecutor.execute() 9 1 0
org.springframework.richclient.samples.simple.app.SimpleApp.main(String[]) 8 2 1
org.springframework.richclient.samples.simple.domain.ContactDataStore.loadData() 8 1 1
org.springframework.richclient.samples.simple.ui.ContactPropertiesDialog.onAboutToShow() 8 2 0
org.springframework.richclient.samples.simple.ui.ContactTable.configureTable(JTable) 8 1 0
org.springframework.richclient.samples.simple.ui.ContactTable.getSelectedContacts() 6 2 1
org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor.onPreWindowClose(ApplicationWindow) 4 2 1
org.springframework.richclient.samples.simple.domain.Contact.equals(Object) 4 3 1
org.springframework.richclient.samples.simple.ui.ContactView.registerLocalCommandExecutors(PageComponentContext) 4 1 1
org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor.onCommandsCreated(ApplicationWindow) 3 2 1
org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor.onWindowCreated(ApplicationWindow) 3 2 1
org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor.onWindowOpened(ApplicationWindow) 3 2 1
org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor.onPostStartup() 3 2 1
org.springframework.richclient.samples.simple.domain.SimpleValidationRulesSource.SimpleValidationRulesSource() 3 1 1
org.springframework.richclient.samples.simple.domain.ContactDataStore.add(Contact) 3 1 1
org.springframework.richclient.samples.simple.ui.ContactTable.ContactTable(ContactDataStore) 3 1 1
org.springframework.richclient.samples.simple.ui.ContactView.DeleteExecutor.ConfirmationDialog$1.onConfirm() 3 1 0
org.springframework.richclient.samples.simple.ui.ContactForm.ContactForm(Contact) 3 1 0
org.springframework.richclient.samples.simple.app.SimpleLifecycleAdvisor.onPreWindowOpen(ApplicationWindowConfigurer) 2 1 1

Averages.

Program NCSS NCSS average CCN average Javadocs average
501.00 4.11 1.23 0.77

Explanations

[ package ] [ object ] [ method ] [ explanation ]

Non Commenting Source Statements (NCSS)

Statements for JavaNCSS are not statements as specified in the Java Language Specification but include all kinds of declarations too. Roughly spoken, NCSS is approximately equivalent to counting ';' and '{' characters in Java source files.

Not counted are empty statements, empty blocks or semicolons after closing brackets. Of course, comments don't get counted too. Closing brackets also never get counted, the same applies to blocks in general.

Examples
Package declaration package java.lang;
Import declaration import java.awt.*;
Class declaration
  • public class Foo {
  • public class Foo extends Bla {
Interface declaration public interface Able ; {
Field declaration
  • int a;
  • int a, b, c = 5, d = 6;
Method declaration
  • public void cry();
  • public void gib() throws DeadException {
Constructor declaration public Foo() {
Constructor invocation
  • this();
  • super();
Statement declaration
  • i = 0;
  • if (ok)
  • if (exit) {
  • if (3 == 4);
  • if (4 == 4) { ;
  • } else {
Label declaration fine :

In some cases consecutive semicolons are illegal according to the JLS but JavaNCSS still tolerates them (thought JavaNCSS is still more strict as 'javac'). Nevertheless they are never counted as two statements.

Cyclomatic Complexity Number (CCN)

CCN is also know as McCabe Metric. There exists a much hyped theory behind it based on graph theory, but it all comes down to simply counting 'if', 'for', 'while' statements etc. in a method. Whenever the control flow of a method splits, the "CCN counter" gets incremented by one.

Each method has a minimum value of 1 per default. For each of the following Java keywords/statements this value gets incremented by one:

  • if
  • for
  • while
  • case
  • catch

Also if the control flow of a method returns abortively the CCNvalue will be incremented by one:

  • if
  • for

An ordinary return at the end of method will not be counted.

Note that 'else', 'default', and 'finally' don't increment the CCN value any further. On the other hand, a simple method with a 'switch' statement and a huge block of 'case' statements can have a surprisingly high CCN value (still it has the same value when converting a 'switch' block to an equivalent sequence of 'if' statements).