Kirk Lund created GEODE-1946:
--------------------------------
Summary: 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
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)