chore: qodana 扫描 #1
Annotations
14 warnings and 2 notices
|
Redundant nullable return type:
src/main/kotlin/com/llyke/plugin/tools/setting/IBFConfigurable.kt#L39
'getHelpTopic' always returns non-null type
|
|
|
|
|
|
|
|
|
Unused symbol:
src/main/kotlin/com/llyke/plugin/tools/util/IBFNotifier.kt#L16
Function "notifyError" is never used
|
Unused symbol:
src/main/kotlin/com/llyke/plugin/tools/util/IBFNotifier.kt#L26
Function "notifyWarning" is never used
|
Unused symbol:
src/main/kotlin/com/llyke/plugin/tools/action/SearchAction.kt#L22
Property "LOG" is never used
|
Unused symbol:
src/main/kotlin/com/llyke/plugin/tools/IBFBundle.kt#L14
Function "message" is never used
|
Commented out code:
src/main/kotlin/com/llyke/plugin/tools/action/search/IBFContributorProvider.java#L1
Commented out code (98 lines)
|
Redundant overriding method:
src/main/kotlin/com/llyke/plugin/tools/action/SearchAction.kt#L25
Redundant overriding method
|