Can we exclude the generated classes. For clover code coverage, we do exclude those (see pom.xml).
Thanks, Enis On Thu, Sep 13, 2012 at 2:26 PM, Jonathan Hsieh <[email protected]> wrote: > I think part of the problem they (INFRA) had was that the findbugs wasn't > able to pick up our existing (incomplete) list of findbugs violations. We > never got findbugs to 0 we haven't started enforcing it. > > If anyone is interested in improving this analysis page, go ahead and run > with it. I think we'd all appreciate it. :) > > Jon. > > On Thu, Sep 13, 2012 at 2:14 PM, Andrew Purtell <[email protected]> > wrote: > > > Also the 'array is stored directly' violation class, lots of probable > > false positives there due to our use of byte[] > > > > On Thu, Sep 13, 2012 at 2:05 PM, Elliott Clark <[email protected]> > > wrote: > > > Yeah there are some really great things in there. Thanks. > > > > > > Is there anyway to have an ignore list like findbugs, so generated code > > can > > > be ignored ? > > > > > > On Thu, Sep 13, 2012 at 1:21 PM, lars hofhansl <[email protected]> > > wrote: > > > > > >> There are some gems in there. > > >> > > >> > > >> > > >> ________________________________ > > >> From: Jonathan Hsieh <[email protected]> > > >> To: [email protected] > > >> Sent: Thursday, September 13, 2012 12:58 PM > > >> Subject: HBase code coverage and code analysis available on > > >> analysis.apache.org. > > >> > > >> Hooray! we have a "sonar" code coverage and code metrics job setup on > > >> analysis.apache.org! > > >> > > >> https://analysis.apache.org/dashboard/index/org.apache.hbase:hbase > > >> > > >> It looks like it may only run the small tests, but this still provides > > good > > >> data points. > > >> > > >> I found this especially interesting: > > >> > > >> > > > https://analysis.apache.org/plugins/resource/103783?page=org.sonar.plugins.design.ui.page.DesignPage > > >> > > >> This was filed a ways back as INFRA-4581 -- if we have other things we > > want > > >> to add tweak, we could file more INFRA jiras. > > >> https://issues.apache.org/jira/browse/INFRA-4581< > > >> https://issues.apache.org/jira/browse/INFRA-4581#comment-13455178> > > >> > > >> Jon. > > >> > > >> -- > > >> // Jonathan Hsieh (shay) > > >> // Software Engineer, Cloudera > > >> // [email protected] > > >> > > > > > > > > -- > > Best regards, > > > > - Andy > > > > Problems worthy of attack prove their worth by hitting back. - Piet > > Hein (via Tom White) > > > > > > -- > // Jonathan Hsieh (shay) > // Software Engineer, Cloudera > // [email protected] >
