mirror of
https://github.com/alibaba/p3c.git
synced 2025-10-14 07:01:56 +00:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user