[
https://issues.apache.org/jira/browse/AMBARI-7870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182069#comment-14182069
]
Hudson commented on AMBARI-7870:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #687 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/687/])
AMBARI-7870. Change ShellCommandUtil.Results class from package private to
public (jspeidel:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=897b67a5549b1fa93b339370c789764c489ed471)
*
ambari-server/src/main/java/org/apache/ambari/server/utils/ShellCommandUtil.java
*
ambari-server/src/test/java/org/apache/ambari/server/utils/TestShellCommandUtil.java
> ShellCommandUtil.Results class should be public, not package private
> --------------------------------------------------------------------
>
> Key: AMBARI-7870
> URL: https://issues.apache.org/jira/browse/AMBARI-7870
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Minor
> Labels: utils
> Fix For: 2.0.0
>
> Attachments: AMBARI-7870.patch
>
> Original Estimate: 10m
> Remaining Estimate: 10m
>
> {{ShellCommandUtil.Results}} class should be _public_, _not package_ private.
> Because it is _package private_, any {{ShellCommandUtil}} public methods
> returning a {{ShellCommandUtil.Results}} is basically unusable outside of the
> {{org.apache.ambari.server.utils}} package.
> Solution: Make {{ShellCommandUtil.Results}} and its methods explicitly
> _public_
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)