ModuleFeature

constructor(    name: String,     explanation: String,     advice: String,     replacementPatterns: RegexMap = RegexMap(),     generatedSourcesDir: String? = null,     generatedSourcesExtensions: Set<String> = emptySet(),     matchingText: Set<String> = emptySet(),     matchingTextFileExtensions: Set<String> = emptySet(),     matchingSourcesDir: String? = null,     matchingPlugin: String? = null)(source)