Refactoring: make "replace get or set" an inspection

This commit is contained in:
Mikhail Glukhikh
2017-12-19 14:45:15 +03:00
parent 756cb32eaf
commit 91bcfb97c6
50 changed files with 375 additions and 342 deletions
@@ -318,6 +318,7 @@ fun main(args: Array<String>) {
testClass<AbstractInspectionTest> {
model("intentions", pattern = "^(inspections\\.test)$", singleClass = true)
model("inspections", pattern = "^(inspections\\.test)$", singleClass = true)
model("inspectionsLocal", pattern = "^(inspections\\.test)$", singleClass = true)
}
testClass<AbstractLocalInspectionTest> {