You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Billy Liu (JIRA)" <ji...@apache.org> on 2017/01/09 07:01:58 UTC

[jira] [Created] (KYLIN-2368) Enable Findbugs plugin

Billy Liu created KYLIN-2368:
--------------------------------

             Summary: Enable Findbugs plugin
                 Key: KYLIN-2368
                 URL: https://issues.apache.org/jira/browse/KYLIN-2368
             Project: Kylin
          Issue Type: Task
          Components: General
    Affects Versions: v1.6.0
            Reporter: Billy Liu
            Assignee: Billy Liu
            Priority: Minor


FindBugs looks for bugs in Java programs. It is based on the concept of bug patterns. A bug pattern is a code idiom that is often an error.

This task will enable FindBugs for Kylin report.
To check code by FindBugs:

mvn findbugs:findbugs
or mvn site



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)