This commit is contained in:
骏烈
2017-12-27 16:12:53 +08:00
parent 34ed9d822b
commit fd1d0021d6

View File

@@ -37,7 +37,7 @@ import javax.swing.JComponent
* @date 2016/12/08
*/
class AliDeprecationInspection : DeprecationInspection, AliBaseInspection {
val messageKey = "com.alibaba.p3c.idea.inspection.standalone.AliDeprecationInspection"
private val messageKey = "com.alibaba.p3c.idea.inspection.standalone.AliDeprecationInspection"
constructor()
/**
@@ -46,7 +46,7 @@ class AliDeprecationInspection : DeprecationInspection, AliBaseInspection {
constructor(any: Any?) : this()
init {
IGNORE_INSIDE_DEPRECATED = false
IGNORE_INSIDE_DEPRECATED = true
IGNORE_ABSTRACT_DEPRECATED_OVERRIDES = false
IGNORE_IMPORT_STATEMENTS = false
IGNORE_METHODS_OF_DEPRECATED = false