[
https://issues.apache.org/jira/browse/DRILL-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16046156#comment-16046156
]
Parth Chandra commented on DRILL-5545:
--------------------------------------
To run :
mvn clean install -Pfindbugs -DskipTests
Findbugs will wirite the output to finbugsXml.html in the target directory of
each module.
For example the java-exec module report is located at:
./exec/java-exec/target/findbugs/findbugsXml.html
Use
find . -name "findbugsXml.html"
to locate the files.
> Add findbugs to build
> ----------------------
>
> Key: DRILL-5545
> URL: https://issues.apache.org/jira/browse/DRILL-5545
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Parth Chandra
>
> We should allow the manual invocation of findbugs on the code base so that
> developers can check and make sure they are not introducing hard to find
> bugs. Findbugs can take a long time and a lot of memory so the invocation
> should be manual so as not to slow the build down.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)