yes, the targets use `globs`. Most use `globs('*....
# general
s
yes, the targets use
globs
. Most use
globs('*.java')
. In the case I included in the bug it used
globs
with a small list of files as arguments.