This file is indexed.

/usr/bin/checkstyle is in checkstyle 6.15-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh

# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh

find_java_runtime default sunmin5

find_jars antlr4-runtime commons-lang3 commons-beanutils commons-collections3 guava commons-cli commons-logging checkstyle

run_java com.puppycrawl.tools.checkstyle.Main "$@"