cleanup [ea]: removed useless suppressions

GitOrigin-RevId: c0e2b158d1e5f77c3099f2015c96f5b041264978
This commit is contained in:
Elena Shaverdova
2026-02-12 16:53:51 +01:00
committed by intellij-monorepo-bot
parent c65fe81a1e
commit d70992c26e

View File

@@ -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