Cleanup: fix some compiler warnings (mostly deprecations, javaClass)

This commit is contained in:
Mikhail Glukhikh
2017-02-21 17:38:43 +03:00
parent d0cc1635db
commit b121bf8802
445 changed files with 773 additions and 949 deletions
@@ -67,7 +67,7 @@ class Preprocessor(val logger: Logger = SystemOutLogger) {
override fun toString(): String = "Modify(${modifications.size})"
}
override fun toString() = this.javaClass.simpleName
override fun toString() = this::class.java.simpleName
}
fun processSources(sourceRoot: File, profile: Profile) {