You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/04/18 20:45:58 UTC

[jira] [Resolved] (LANG-1112) MultilineRecursiveToStringStyle largely unusable due to being package-private

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

Benedikt Ritter resolved LANG-1112.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.5
         Assignee: Benedikt Ritter

{code}
$ svn ci -m "LANG-1112: MultilineRecursiveToStringStyle largely unusable due to being package-private. Thanks to Liam Jones for reporting this."
Sending        src/changes/changes.xml
Sending        src/main/java/org/apache/commons/lang3/builder/MultilineRecursiveToStringStyle.java
Transmitting file data ..
Committed revision 1674549.
{code}

MultilineRecursiveToStringStyle is no public.

> MultilineRecursiveToStringStyle largely unusable due to being package-private
> -----------------------------------------------------------------------------
>
>                 Key: LANG-1112
>                 URL: https://issues.apache.org/jira/browse/LANG-1112
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.builder.*
>    Affects Versions: 3.4
>            Reporter: Liam Jones
>            Assignee: Benedikt Ritter
>            Priority: Minor
>             Fix For: 3.5
>
>
> The new MultilineRecursiveToStringStyle which was added under LANG-1052 is a package-private scoped class (no specific scope is specified for the class). I'm assuming, like RecursiveToStringStyle, it should be public instead?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)