Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

StatementsBySonarCube

Antonin Abherve edited this page Nov 23, 2017 · 1 revision

Overview

Number of statements as defined in the Java Language Specification but without block definitions. Statements counter gets incremented by one each time a following keyword is encountered: if, else, while, do, for, switch, break, continue, return, throw, synchronized, catch, finally.

Statements counter is not incremented by a class, method, field, annotation definition, package declaration and import declaration.

MeasureDiagram

Measure Architecture

Measure Type metadata

Scope : SonarCube

Value Type Default Description
ServerURL string
Login STRING
Password PASSWORD
ProjectKey string

Data Model : Numeric

Value Type Description
value double

Algorithmes

This metric is a proxy for the SonarCube 4.5 tool

Clone this wiki locally