mirror of
https://github.com/alibaba/p3c.git
synced 2025-10-16 16:04:59 +00:00
This commit is contained in:
@@ -37,7 +37,7 @@ import javax.swing.JComponent
|
|||||||
* @date 2016/12/08
|
* @date 2016/12/08
|
||||||
*/
|
*/
|
||||||
class AliDeprecationInspection : DeprecationInspection, AliBaseInspection {
|
class AliDeprecationInspection : DeprecationInspection, AliBaseInspection {
|
||||||
val messageKey = "com.alibaba.p3c.idea.inspection.standalone.AliDeprecationInspection"
|
private val messageKey = "com.alibaba.p3c.idea.inspection.standalone.AliDeprecationInspection"
|
||||||
|
|
||||||
constructor()
|
constructor()
|
||||||
/**
|
/**
|
||||||
@@ -46,7 +46,7 @@ class AliDeprecationInspection : DeprecationInspection, AliBaseInspection {
|
|||||||
constructor(any: Any?) : this()
|
constructor(any: Any?) : this()
|
||||||
|
|
||||||
init {
|
init {
|
||||||
IGNORE_INSIDE_DEPRECATED = false
|
IGNORE_INSIDE_DEPRECATED = true
|
||||||
IGNORE_ABSTRACT_DEPRECATED_OVERRIDES = false
|
IGNORE_ABSTRACT_DEPRECATED_OVERRIDES = false
|
||||||
IGNORE_IMPORT_STATEMENTS = false
|
IGNORE_IMPORT_STATEMENTS = false
|
||||||
IGNORE_METHODS_OF_DEPRECATED = false
|
IGNORE_METHODS_OF_DEPRECATED = false
|
||||||
|
Reference in New Issue
Block a user