Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Code Inspector

The tool checks Java code specifications. It can be independently installed on worker nodes. It can be used during the gated check-in stage.

Installing the Tool

  1. Obtain the code-inspector-1.0.0.tar.gz software package from Obtaining Software Packages.
  2. Install the Code Inspector.
    mkdir -p "${HOME}"/.local
    tar --no-same-owner -zxf code-inspector-1.0.0.tar.gz -C "${HOME}"/.local/

    Figure 1 shows an example of successful installation.

    Figure 1 Installation succeeded
  3. View the devkit_checkstyle.xml file in the code-inspector-1.0.0/config directory.
    cat devkit_checkstyle.xml
    Figure 2 Viewing file content