[
https://issues.apache.org/jira/browse/HBASE-12711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Srikanth Srungarapu updated HBASE-12711:
----------------------------------------
Attachment: HBASE-12711_v3.patch
Added two more changes(v3 patch) to get rid of other warnings too. Pasting the
relevant output from the command "mvn clean package findbugs:findbugs
-DHBasePatchProcess".
{code}
INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Thrift 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-thrift ---
[INFO] Deleting /Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-thrift ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.2.201302030002:prepare-agent (prepare-agent)
@ hbase-thrift ---
[INFO] Skipping JaCoCo execution
[INFO] argLine set to
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase-thrift ---
[INFO] Executing tasks
main:
[mkdir] Created dir:
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/hbase-webapps
[copy] Copying 17 files to
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/hbase-webapps
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[mkdir] Created dir:
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/hbase-webapps/thrift/WEB-INF
[INFO] Executed tasks
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:add-source
(jspcSource-packageInfo-source) @ hbase-thrift ---
[INFO] Source directory:
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/generated-sources/java
added.
[INFO]
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-thrift
---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
hbase-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 18 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-thrift
---
[INFO] Compiling 51 source files to
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/classes
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[1860,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[2823,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[3796,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[4865,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[5787,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[5791,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[5795,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[5799,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[5803,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[7198,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[8104,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[8963,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[10092,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[10096,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[10100,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[10104,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[10108,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[11502,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[12470,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[13438,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[16370,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/THBaseService.java:[17249,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TGet.java:[201,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TGet.java:[217,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TGet.java:[227,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TGet.java:[230,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TResult.java:[143,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TPut.java:[195,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TPut.java:[213,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TPut.java:[216,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TDelete.java:[217,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TDelete.java:[238,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TDelete.java:[241,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TIncrement.java:[180,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TIncrement.java:[197,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TIncrement.java:[200,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TAppend.java:[173,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TAppend.java:[190,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TAppend.java:[193,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TScan.java:[210,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TScan.java:[214,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TScan.java:[230,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TScan.java:[241,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TScan.java:[244,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TRowMutations.java:[144,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumn.java:[154,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumn.java:[158,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumnValue.java:[170,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumnValue.java:[174,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumnValue.java:[178,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumnValue.java:[183,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumnIncrement.java:[156,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TColumnIncrement.java:[160,1]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean to remove this line?
[INFO]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/HTablePool.java:[-1,-1]
Some input files use or override a deprecated API.
[INFO]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/HTablePool.java:[-1,-1]
Recompile with -Xlint:deprecation for details.
[INFO]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TCellVisibility.java:[-1,-1]
Some input files use unchecked or unsafe operations.
[INFO]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TCellVisibility.java:[-1,-1]
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-dependency-plugin:2.8:build-classpath
(create-mrapp-generated-classpath) @ hbase-thrift ---
[INFO] Wrote classpath file
'/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/test-classes/mrapp-generated-classpath'.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
hbase-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
hbase-thrift ---
[INFO] Compiling 7 source files to
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/test-classes
[WARNING]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServer.java:[200,29]
[EmptyStatement] Empty statement
(see http://code.google.com/p/error-prone/wiki/EmptyStatement)
Did you mean 'dropTestTables(handler);'?
[INFO]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestHTablePool.java:[-1,-1]
Some input files use or override a deprecated API.
[INFO]
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestHTablePool.java:[-1,-1]
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-thrift ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @
hbase-thrift ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.2.201302030002:report (report) @
hbase-thrift ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
hbase-thrift ---
[INFO] Building jar:
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/hbase-thrift-2.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-thrift ---
[INFO] Building jar:
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/hbase-thrift-2.0.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-thrift ---
[INFO] Building jar:
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/hbase-thrift-2.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hbase-thrift ---
[INFO] Fork Value is true
[java] Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Shell 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
{code}
> Fix new findbugs warnings in hbase-thrift module
> ------------------------------------------------
>
> Key: HBASE-12711
> URL: https://issues.apache.org/jira/browse/HBASE-12711
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Srikanth Srungarapu
> Priority: Minor
> Attachments: HBASE-12711.patch, HBASE-12711_v2.patch,
> HBASE-12711_v3.patch
>
>
> From
> https://builds.apache.org/job/PreCommit-HBASE-Build/12121/artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
> , there were 5 findbugs warnings introduced.
> This issue fixes the new warnings.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)