-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32924/
-----------------------------------------------------------
(Updated April 7, 2015, 12:48 p.m.)
Review request for lens, Jaideep dhok and Rajat Khandelwal.
Changes
-------
Earlier patch without profile added.
Bugs: LENS-353
https://issues.apache.org/jira/browse/LENS-353
Repository: lens
Description
-------
Adds the findbug maven plugin in pom and included and empty exclude file, which
does not exclude anything. Disabled failonerror right now.
Diffs (updated)
-----
checkstyle/src/main/resources/findbugs-exclude.xml PRE-CREATION
pom.xml f306ee0
Diff: https://reviews.apache.org/r/32924/diff/
Testing
-------
mvn clean install -DskipTests passes.
mvn clean install findbugs:findbugs -DskipTests gives all the warnings.
mvn clean install -DskipTests -Pno-fail-on-findbugs passes and gives all
warnings.
INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @ lens-api ---
[INFO] BugInstance size is 6
[INFO] Error size is 0
[INFO] Total bugs: 6
----
[INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @ lens-server-api
---
[INFO] BugInstance size is 11
[INFO] Error size is 0
[INFO] Total bugs: 11
----
INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @ lens-cube ---
[INFO] BugInstance size is 63
[INFO] Error size is 0
[INFO] Total bugs: 63
----
[INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @ lens-query-lib
---
[INFO] BugInstance size is 8
[INFO] Error size is 0
[INFO] Total bugs: 8
----
[INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @
lens-driver-hive ---
[INFO] BugInstance size is 8
[INFO] Error size is 0
[INFO] Total bugs: 8
----
[INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @
lens-driver-jdbc ---
[INFO] BugInstance size is 6
[INFO] Error size is 0
[INFO] Total bugs: 6
----
[INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @ lens-server ---
[INFO] BugInstance size is 45
[INFO] Error size is 0
[INFO] Total bugs: 45
----
INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @ lens-client ---
[INFO] BugInstance size is 4
[INFO] Error size is 0
[INFO] Total bugs: 4
----
INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @ lens-cli ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
----
[INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @ lens-examples
---
[INFO] BugInstance size is 7
[INFO] Error size is 0
[INFO] Total bugs: 7
----
INFO] --- findbugs-maven-plugin:3.0.1:check (findbugs-check) @ lens-ml-lib ---
[INFO] BugInstance size is 22
[INFO] Error size is 0
[INFO] Total bugs: 22
Thanks,
Amareshwari Sriramadasu