View by Classes

Findings - Overview

code-style NPathComplexity (PMD)

Further info on the wiki.
The NPath complexity of a method is the number of acyclic execution paths through that method. A threshold of 200 is generally considered the point where measures should be taken to reduce complexity.
 
 public class Foo {
  void bar() {
   // lots of complicated code
  }
 }
 
    

Additional info can be found at this http://pmd.sourceforge.net/rules/codesize.html#NPathComplexity site.

2org.jcoderz.phoenix.sqlparser.SqlParser
The method parseColumnSpec() has an NPath complexity of 200 [561:12],
The method parseOolForeignKey() has an NPath complexity of 1440 [1092:12]
2org.jcoderz.phoenix.chart2d.Chart2DHandlerImpl
The method main() has an NPath complexity of 288 [235:18],
The method setProperties() has an NPath complexity of 2917 [981:12]
1org.jcoderz.guidelines.snippets.SampleSnippets
The method statements() has an NPath complexity of 9216 [105:20]
1org.jcoderz.phoenix.sqlparser.SqlToXml
The method transformStatementToXml() has an NPath complexity of 27090 [102:12]
1org.jcoderz.commons.tracing.AsmUtil
The method toString() has an NPath complexity of 2048 [154:19]
1org.jcoderz.commons.doclet.XmlDoclet
The method generateExecutableMemberDocBody() has an NPath complexity of 360 [382:12]
1org.jcoderz.commons.logging.BasicLogLineFormat
The method getBasicFormatList() has an NPath complexity of 59049 [132:21]
1org.jcoderz.commons.taskdefs.XtremeDocs
The method execute() has an NPath complexity of 218 [366:12]
1org.jcoderz.commons.connector.file.FsConnectionImpl
The method moveFile() has an NPath complexity of 240 [231:11]
1org.jcoderz.commons.logging.LogViewer
The method initDisplayOptions() has an NPath complexity of 256 [500:12]
1org.jcoderz.commons.tracing.MethodTracingInjector
The method beforeLastStatement() has an NPath complexity of 240 [401:11]