mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
JEP 358: support methods with arguments
GitOrigin-RevId: 5c8cd770155da3b81bcd9c596e74a02d76aa69f0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3423e94d1c
commit
b74b7c8ef2
@@ -17,7 +17,7 @@ import static com.intellij.util.ObjectUtils.tryCast;
|
||||
|
||||
public class NullPointerExceptionInfo extends ExceptionInfo {
|
||||
// See JEP 358 Helpful NullPointerExceptions for details
|
||||
private static final Pattern NPE_MESSAGE = Pattern.compile("Cannot (?:invoke \"(?<invoke>.+)\\(\\)\"|" +
|
||||
private static final Pattern NPE_MESSAGE = Pattern.compile("Cannot (?:invoke \"(?<invoke>.+)\\(.+\\)\"|" +
|
||||
"assign field \"(?<putfield>.+)\"|" +
|
||||
"read field \"(?<getfield>.+)\"|" +
|
||||
"store to (?<xastore>[a-z]+) array|" +
|
||||
|
||||
Reference in New Issue
Block a user