Code Monkey home page Code Monkey logo

javancss's Introduction

JavaNCSS - Source Measurement Suite for Java

Build Status Coverage Status License Maven Central

Ever wondered how many lines of code or how many classes there are in the JDK? Curious about the size of your own projects - or do you want to keep track of your work-progress. That's what JavaNCSS is for.

JavaNCSS is a simple command line utility which measures two standard source code metrics for the Java programming language. The metrics are collected globally, for each class and/or for each function.

Features

  • Metrics can be applied to global-, class-, or function-level.
  • Non Commenting Source Statements (NCSS).
  • Cyclomatic Complexity Number (McCabe metric).
  • Packages, classes, functions and inner classes are counted.
  • Number of formal Javadoc comments per class and method.
  • Average values are calculated.
  • Command line driven.
  • A GUI is provided for better output browsing as well as the integration of JavaNCSS in a project manager and class browser named Jacob (http://www.kclee.de/clemens/jacob/) for easy selection of input source files.
  • XML output (optional).
  • XSLT stylesheets provided for further generation of HTML, and SVG reports and as a basis for your own custom reports.
  • Ant task (written by Steve Jernigan).
  • Support for Java 5 syntax (generics, enums, etc.).
  • Support for Java 7 syntax (try with resource, literals, etc.).
  • 100% Pure Java.
  • Free software (GNU LGPL).

System Requirements

Java JDK >= 5

Installation

See http://javancss.github.io/

Versions

See http://javancss.github.io/release-history.html

URL

http://javancss.github.io/ (was http://www.kclee.de/clemens/java/javancss/)

Authors

Chr. Clemens Lee, [email protected] https://github.com/orgs/JavaNCSS/people

javancss's People

Contributors

ebourg avatar hboutemy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.