def _missing_deps_finder(self): dep_analyzer = JvmDependencyAnalyzer( get_buildroot(), self.context.products.get_data('runtime_classpath')) return MissingDependencyFinder( dep_analyzer, CompileErrorExtractor( self.get_options().class_not_found_error_patterns))
def _missing_deps_finder(self): return MissingDependencyFinder(self._dep_analyzer, CompileErrorExtractor( self.get_options().class_not_found_error_patterns))