[
https://issues.apache.org/jira/browse/AMBARI-22104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doroszlai, Attila reopened AMBARI-22104:
----------------------------------------
[~dmitriusan], can you please remove unused imports?
{noformat}
[INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle) @ ambari-server ---
[INFO] Starting audit...
[ERROR]
/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/RangerWebAlertConfigActionTest.java:22:15:
Unused import - org.easymock.EasyMock.anyObject. [UnusedImports]
[ERROR]
/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/RangerWebAlertConfigActionTest.java:52:8:
Unused import - com.google.inject.Injector. [UnusedImports]
Audit done.
[INFO]
{noformat}
> Refactor existing server side actions to use the common
> AbstractUpgradeServerAction
> -----------------------------------------------------------------------------------
>
> Key: AMBARI-22104
> URL: https://issues.apache.org/jira/browse/AMBARI-22104
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: trunk
>
> Attachments: AMBARI-22104.patch
>
>
> Other server-side classes need to use the abstract class in the summary.
> Identify fields that are largely common with the server-side actions and put
> them in the abstract class.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)