mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[java-dfa] AllNotNullInliner: cosmetic fixes after review
GitOrigin-RevId: 23157de98e76a5e6fc11ad50be27368c601c9ce3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8f2911e212
commit
31caeebf56
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.codeInspection.dataFlow.java.inliner;
|
||||
|
||||
import com.intellij.codeInspection.dataFlow.java.CFGBuilder;
|
||||
@@ -15,7 +15,7 @@ import static com.siyeh.ig.callMatcher.CallMatcher.anyOf;
|
||||
import static com.siyeh.ig.callMatcher.CallMatcher.staticCall;
|
||||
|
||||
/**
|
||||
* JUnit5 Assertions.assertAll
|
||||
* Apache Commons ObjectUtils null-checks
|
||||
*/
|
||||
public class AllNotNullInliner implements CallInliner {
|
||||
private static final CallMatcher NULL_TESTS =
|
||||
|
||||
Reference in New Issue
Block a user