You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Ralph Goers (JIRA)" <ji...@apache.org> on 2018/11/24 04:04:00 UTC

[jira] [Created] (LOG4J2-2514) Strings.toRootUpperCase must be a static method

Ralph Goers created LOG4J2-2514:
-----------------------------------

             Summary: Strings.toRootUpperCase must be a static method
                 Key: LOG4J2-2514
                 URL: https://issues.apache.org/jira/browse/LOG4J2-2514
             Project: Log4j 2
          Issue Type: Bug
          Components: API
    Affects Versions: 2.11.1
            Reporter: Ralph Goers


Strings.toRootUpperCase is a non-static method. This class is final with a private constructor which means it cannot be instantiated thus making the method inaccessible. 



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