scripts/degraph/dep-graph.cfg (14 lines of code) (raw):
# Copyright 2019, Régis Décamps
# SPDX-License-Identifier: BSD-3-Clause
# Configuration for degraph http://blog.schauderhaft.de/degraph/
# Prerequisite:
# bazel build //jflex:jflex_bin_deploy.jar
classpath = bazel-bin/jflex/jflex_bin_deploy.jar
output = /tmp/jflex-packages.graphml
# Include JFlex only
include = jflex.**
# Exclude Java SDK itself.
exclude = java.**
# Exclude generated classes
exclude = **.*_*
exclude = \[**
packages = {
org.apache.tools.(*).**
org.apache.(*).**
org.(*).**
(java_cup).**
jflex jflex.*
jflex.(*).**
}