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