Searched refs:packageFilter (Results 1 – 1 of 1) sorted by relevance
163 val packageFilter = options.stubPackages in report() constant164 if (packageFilter != null) { in report()166 if (pkg != null && !packageFilter.matches(pkg)) { in report()