You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (JIRA)" <ji...@apache.org> on 2018/05/23 07:25:00 UTC

[jira] [Closed] (CAY-2436) NPE in CayenneRuntimeException constructor

     [ https://issues.apache.org/jira/browse/CAY-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Timofeev closed CAY-2436.
--------------------------------
    Resolution: Fixed

*4.1*: [https://github.com/apache/cayenne/commit/872f231a1984033771867628b1e4f660dfec2b28]

*4.0*: https://github.com/apache/cayenne/commit/4944e863d6d31e2d96a592c4cf4fefbb2a2c1b1e

> NPE in CayenneRuntimeException constructor
> ------------------------------------------
>
>                 Key: CAY-2436
>                 URL: https://issues.apache.org/jira/browse/CAY-2436
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>    Affects Versions: 4.1.M1, 4.0.RC1
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>            Priority: Major
>             Fix For: 4.0.RC2, 4.1.M2
>
>
> {code}
> java.lang.NullPointerException
>  at java.base/java.util.regex.Matcher.getTextLength(Unknown Source)
>  at java.base/java.util.regex.Matcher.reset(Unknown Source)
>  at java.base/java.util.regex.Matcher.<init>(Unknown Source)
>  at java.base/java.util.regex.Pattern.matcher(Unknown Source)
>  at java.base/java.util.Formatter.parse(Unknown Source)
>  at java.base/java.util.Formatter.format(Unknown Source)
>  at java.base/java.util.Formatter.format(Unknown Source)
>  at java.base/java.lang.String.format(Unknown Source)
>  at org.apache.cayenne.CayenneRuntimeException.<init>(CayenneRuntimeException.java:58)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)