[
https://issues.apache.org/jira/browse/SENTRY-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15334723#comment-15334723
]
Hadoop QA commented on SENTRY-1336:
-----------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12811214/SENTRY-1336.001.patch
against master.
{color:red}Overall:{color} -1 due to an error
{color:red}ERROR:{color} failed to apply patch (exit code 1):
The patch does not appear to apply with p0, p1, or p2
Console output:
https://builds.apache.org/job/PreCommit-SENTRY-Build/1712/console
This message is automatically generated.
> Fix PMD violation in testSentryServiceGauges
> --------------------------------------------
>
> Key: SENTRY-1336
> URL: https://issues.apache.org/jira/browse/SENTRY-1336
> Project: Sentry
> Issue Type: Bug
> Components: Sentry
> Affects Versions: 1.8.0
> Reporter: Anne Yu
> Assignee: Rahul Sharma
> Attachments: SENTRY-1336.001.patch
>
>
> <violation beginline="47" endline="47" begincolumn="25" endcolumn="42"
> rule="BooleanInstantiation" ruleset="Basic"
> package="org.apache.sentry.provider.db.service.thrift"
> class="TestSentryServiceMetrics" method="testSentryServiceGauges"
> externalInfoUrl="http://pmd.sourceforge.net/pmd-5.3.2/pmd-java/rules/java/basic.html#BooleanInstantiation"
> priority="2">
> Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE
> or call Boolean.valueOf() instead.
> </violation>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)