You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Qiang Zhang (JIRA)" <ji...@apache.org> on 2016/11/01 01:05:58 UTC

[jira] [Updated] (RANGER-1196) Wrong method name in the printed error message

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

Qiang Zhang updated RANGER-1196:
--------------------------------
    Summary: Wrong method name in the printed error message  (was: Exception information in print, function name write wrong)

> Wrong method name in the printed error message
> ----------------------------------------------
>
>                 Key: RANGER-1196
>                 URL: https://issues.apache.org/jira/browse/RANGER-1196
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>    Affects Versions: 0.6.1
>            Reporter: Qiang Zhang
>            Assignee: Qiang Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: 0001-RANGER-1196.patch
>
>
> java file:KnoxClient.java
> Method description error in printing information:"isFileChanged()
> public  List<String> getTopologyList(String topologyNameMatching,List<String> knoxTopologyList) {
> ...
> } else {
> 					String msgDesc = "Unable to get a valid response for "
> 							+ "isFileChanged() call for KnoxUrl : [" + knoxUrl
> 							+ "] - got null response.";
> ...
> }
> public List<String> getServiceList(String topologyName, String serviceNameMatching, List<String> knoxServiceList) {
> ...
> } else {
> 					String msgDesc = "Unable to get a valid response for "
> 							+ "isFileChanged() call for KnoxUrl : [" + knoxUrl
> 							+ "] - got null response.";
> ...
> }



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