Re: [Fb-contrib-discuss] Exclude Filter definition
Brought to you by:
dbrosius
From: Dave B. <dbr...@me...> - 2014-06-14 02:30:15
|
That seems right, although you may get a better answer if you ask on the findbugs mailing list as even though you are excluding one of my bug patterns, the whole exclusion mechanism falls under the main project, and my code really doesn't play a part in it. dave On 06/09/2014 11:23 AM, John Lussmyer wrote: > > Our corporate naming convention causes lots of the naming convention > errors, so I want to disable that one. > > This doesn't seem to work: > > <FindBugsFilter> > > <Match> > > <Bug pattern="NM_CLASS_NAMING_CONVENTION" /> > > </Match> > > </FindBugsFilter> > > It also doesn't help that FindBugs doesn't seem to tell you when you > make syntax errors in the XML. (I was completely missing a close tag, > and it didn't tell me.) > > Is the above supposed to work? If not, how can I disable just that > one warning on ALL of our sourcecode? > > > ------------------------------------------------------------------------ > Confidentiality notice: This message may contain confidential > information. It is intended only for the person to whom it is > addressed. If you are not that person, you should not use this > message. We request that you notify us by replying to this message, > and then delete all copies including any contained in your reply. > Thank you. > > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://www.hpccsystems.com > > > _______________________________________________ > Fb-contrib-discuss mailing list > Fb-...@li... > https://lists.sourceforge.net/lists/listinfo/fb-contrib-discuss |