Java Scrutinizer

Java Scrutinizer goes beyond simple style checks for whether you make use of certain language features. We track how data flows through your application to find issues, compute code metrics, find duplications, and much more.

Configuring Java Scrutinizer

Java Scrutinizer can be enabled in your configuration as follows:

build:
    nodes:
        analysis:
            tests:
                override:
                    - java-scrutinizer-run

Java Scrutinizer is triggered by the java-scrutinizer-run command.