You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/09/28 02:35:20 UTC

[jira] [Updated] (GEODE-1946) MBean custom composite data types should return empty arrays instead of null

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

Kirk Lund updated GEODE-1946:
-----------------------------
    Priority: Minor  (was: Major)

> MBean custom composite data types should return empty arrays instead of null
> ----------------------------------------------------------------------------
>
>                 Key: GEODE-1946
>                 URL: https://issues.apache.org/jira/browse/GEODE-1946
>             Project: Geode
>          Issue Type: Wish
>          Components: management
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Minor
>
> Example:
> org.apache.geode.management.DiskBackupStatus.getOfflineDiskStores() returns a String array of the disk stores that were offline during backup. If there are no offline disk stores, it should return new String[]{} instead of null.
> {noformat}
>   /**
>    * Returns a list of directories for the disk stores that were off-line at
>    * the time the backup occurred.
>    */
>   public String[] getOfflineDiskStores() {
> {noformat}



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