You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barbara Pruijn (JIRA)" <ji...@apache.org> on 2018/02/28 00:08:00 UTC

[jira] [Resolved] (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 ]

Barbara Pruijn resolved GEODE-1946.
-----------------------------------
    Resolution: Won't Do

> 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
>            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
(v7.6.3#76005)