mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
cleanup [ea]: removed useless suppressions
GitOrigin-RevId: c0e2b158d1e5f77c3099f2015c96f5b041264978
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c65fe81a1e
commit
d70992c26e
@@ -131,7 +131,7 @@ internal class IdeaFreezeReporter : PerformanceListener {
|
||||
val edtStack = dump.edtStackTrace
|
||||
if (edtStack != null) {
|
||||
stacktraceCommonPart = if (stacktraceCommonPart == null) {
|
||||
@Suppress("ReplaceJavaStaticMethodWithKotlinAnalog", "RemoveRedundantQualifierName")
|
||||
@Suppress("ReplaceJavaStaticMethodWithKotlinAnalog")
|
||||
java.util.List.of(*edtStack)
|
||||
}
|
||||
else {
|
||||
@@ -373,7 +373,6 @@ private const val DUMP_PREFIX = "dump"
|
||||
private const val MESSAGE_FILE_NAME = ".message"
|
||||
private const val THROWABLE_FILE_NAME = ".throwable"
|
||||
|
||||
@Suppress("SpellCheckingInspection")
|
||||
internal const val APP_INFO_FILE_NAME: String = ".appinfo"
|
||||
|
||||
// common stack contains more than the specified % samples
|
||||
|
||||
Reference in New Issue
Block a user