[
https://issues.apache.org/jira/browse/GEODE-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund reassigned GEODE-1946:
--------------------------------
Assignee: Kirk Lund
> 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
>
> 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)