fb-contrib-discuss Mailing List for fb-contrib
Brought to you by:
dbrosius
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(4) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Richard F. <ric...@gm...> - 2014-06-14 04:57:57
|
Dave, Thanks for your reply! Regards, Richard -- Richard Fearn ric...@gm... |
From: Dave B. <dbr...@me...> - 2014-06-14 02:35:09
|
No new detectors were added to 5.2.1 The main driver for the release was a bad infinite loop that occurred in an odd case in one detector when there was no debug symbols present in tbe classfile. Some other False positives for other detectors were cleaned up, as well. dave thanks for your interest! On 06/13/2014 04:40 PM, Richard Fearn wrote: > Hi, > > I saw that 5.2.1 was released at the end of May. Were there any new > detectors added, or user-visible changes worth nothing? > > Regards, > > Richard > |
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 |
From: Richard F. <ric...@gm...> - 2014-06-13 20:41:59
|
> I saw that 5.2.1 was released at the end of May. Were there any new > detectors added, or user-visible changes worth nothing? ...worth *noting*, I meant :-) Richard -- Richard Fearn ric...@gm... |
From: Richard F. <ric...@gm...> - 2014-06-13 20:40:29
|
Hi, I saw that 5.2.1 was released at the end of May. Were there any new detectors added, or user-visible changes worth nothing? Regards, Richard -- Richard Fearn ric...@gm... |
From: John L. <Joh...@ef...> - 2014-06-09 15:24:04
|
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. |
From: John L. <Joh...@ef...> - 2014-06-09 15:21:20
|
I had thought that, but I was unable to find a combination of Rank and Confidence that came up with the same number of warnings. I was hoping that somebody knew exactly what the settings that Jenkins uses by default are. -----Original Message----- From: Andrey Loskutov [mailto:los...@gm...] Sent: Sunday, June 08, 2014 9:27 AM To: Dave Brosius; John Lussmyer Subject: Re: Fwd: [Fb-contrib-discuss] Findbugs Eclipse vs Jenkins Hi, most likely Jenkins enables *every* warning reported by FB. Eclipse plugin does NOT report low priority warnings and warnings with rank higher as 15. In "Window->Preferences->Java->Findbugs" one can change what will be reported per workspace or in "Project->Properties->Findbugs" per project. Regards, Andrey On Friday 06 June 2014 11:57:39 Dave Brosius wrote: > Mind answering this one? > > thanks > dave > > -------- Original Message -------- > Subject: [Fb-contrib-discuss] Findbugs Eclipse vs Jenkins > Date: Fri, 6 Jun 2014 08:41:52 -0700 > From: John Lussmyer <Joh...@ef...> > Reply-To: Discussion of use and development of fb-contrib > <fb-...@li...> > To: fb-...@li... > <fb-...@li...> > > > > I have a default setup of FindBugs plugin for Eclipse, and a default > setup of FindBugs in Jenkins. > > They come up with wildly different sets of results. > > Jenkins has 3981 issues reported, and Eclipse 376. > > So, how do I configure the Eclipse plugin to report the same as the > default Jenkins setup? > > > ---------------------------------------------------------------------- > -- 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. -- Kind regards, google.com/+AndreyLoskutov 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. |
From: John L. <Joh...@ef...> - 2014-06-06 15:42:03
|
I have a default setup of FindBugs plugin for Eclipse, and a default setup of FindBugs in Jenkins. They come up with wildly different sets of results. Jenkins has 3981 issues reported, and Eclipse 376. So, how do I configure the Eclipse plugin to report the same as the default Jenkins setup? ________________________________ 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. |
From: John L. <Joh...@ef...> - 2014-05-23 18:09:34
|
So, I just tried adding fb-contrib to out Findbugs. After running for 25 minutes it times out with no other output. FindBugs normally runs in about 3 minutes on our project. ( and finds about 500 things that need to be fixed, sigh...) Any suggestions? ________________________________ 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. |
From: Dave B. <dbr...@me...> - 2011-09-21 03:50:38
|
You should just be able to drop the fb-contrib.jar in the plugins directory if you are using the latest findbugs eclipse plugin. On 09/20/2011 04:35 PM, kuldip madnani wrote: > Hi, > I am trying to install fb-Contrib plugin for my find bug plugin but my > find bug explorer cldnt detect it.Please help me. > Eclipse version :Eclipse Galileo Version: 1.2.0.20090621-0820 > Find Bug Version : edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821 > Thanks & Regards, > Kuldip madnani > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > > > _______________________________________________ > Fb-contrib-discuss mailing list > Fb-...@li... > https://lists.sourceforge.net/lists/listinfo/fb-contrib-discuss |
From: kuldip m. <kul...@gm...> - 2011-09-20 20:35:25
|
Hi, I am trying to install fb-Contrib plugin for my find bug plugin but my find bug explorer cldnt detect it.Please help me. Eclipse version :Eclipse Galileo Version: 1.2.0.20090621-0820 Find Bug Version : edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821 Thanks & Regards, Kuldip madnani |
From: Dave B. <dbr...@me...> - 2011-06-13 13:05:20
|
Official bug fix release version 4.6.1 fixes this issue, and is available here http://sourceforge.net/projects/fb-contrib/files/Current/fb-contrib-4.6.1.jar/download On 06/09/2011 06:17 AM, Renou, Stéphane wrote: > > Hello, > > I have been using fb-contrib on several projects, and one one of > those, the analysis gets stucked right in the middle. > > What can I do to narrow down the issue that is occurring? > > Thank you for your help. > > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > > > _______________________________________________ > Fb-contrib-discuss mailing list > Fb-...@li... > https://lists.sourceforge.net/lists/listinfo/fb-contrib-discuss |
From: Dave B. <dbr...@me...> - 2011-06-12 15:15:17
|
Thanks, i've fixed the hyphen. You can download the jar manually here http://sourceforge.net/projects/fb-contrib/files/Current/fb-contrib-4.6.1.jar/download This url (http://master.dl.sourceforge.net/project/fb-contrib/repo) is for when you are pulling jars through maven such as when you execute mvn install and have a pom.xml file such as <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.mebigfatguy</groupId> <artifactId>test</artifactId> <packaging>jar</packaging> <version>1.0</version> <name>Test</name> <repositories> <repository> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> <checksumPolicy>warn</checksumPolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>never</updatePolicy> <checksumPolicy>fail</checksumPolicy> </snapshots> <id>fb</id> <name>fb</name> <url>http://master.dl.sourceforge.net/project/fb-contrib/repo</url> <layout>default</layout> </repository> </repositories> <dependencies> <dependency> <groupId>com.mebigfatguy</groupId> <artifactId>fb-contrib</artifactId> <version>4.6.1</version> </dependency> </dependencies> </project> On 06/12/2011 09:50 AM, Jean-Noël Rouvignac wrote: > Hi Dave, > > I had a look at http://fb-contrib.sourceforge.net/repository.html. > I am afraid there is no such HTML entity as "‐" > I think you can directly use a dash "-" in this case. > > References: > > * http://www.w3schools.com/tags/ref_entities.asp > * http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references > > > > Moreover, I tried to follow the link > http://master.dl.sourceforge.net/project/fb-contrib/repo , but it does > not bring anywhere as no page can be found there. > > Cheers, > Jean-Noel > > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > > > _______________________________________________ > Fb-contrib-discuss mailing list > Fb-...@li... > https://lists.sourceforge.net/lists/listinfo/fb-contrib-discuss |
From: Jean-Noël R. <jn....@gm...> - 2011-06-12 13:51:04
|
Hi Dave, I had a look at http://fb-contrib.sourceforge.net/repository.html. I am afraid there is no such HTML entity as "‐" I think you can directly use a dash "-" in this case. References: - http://www.w3schools.com/tags/ref_entities.asp - http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references Moreover, I tried to follow the link http://master.dl.sourceforge.net/project/fb-contrib/repo , but it does not bring anywhere as no page can be found there. Cheers, Jean-Noel |
From: Dave B. <dbr...@me...> - 2011-06-10 01:06:19
|
First i'd make sure that the memory size is large enough, you can add -Xmx800m to the command line (substituting whatever memory value you think is appropriate). If memory isn't the issue, the first thing to try is to get a thread dump of the process when it is hung up. If run from the command line, you should be able to do ctrl-break from windows, or kill -3 {PID} from linux to see where the threads are stuck, or at least where they are processing. If it shows the process is stuck in a particular detector, it would be good to disable all other detectors, and see if it works ok with just that one detector enabled. If I could get that thread dump, i'd appreciate it, and thanks for the report. dave On 06/09/2011 06:17 AM, Renou, Stéphane wrote: > > Hello, > > I have been using fb-contrib on several projects, and one one of > those, the analysis gets stucked right in the middle. > > What can I do to narrow down the issue that is occurring? > > Thank you for your help. > > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > > > _______________________________________________ > Fb-contrib-discuss mailing list > Fb-...@li... > https://lists.sourceforge.net/lists/listinfo/fb-contrib-discuss |
From: Renou, S. <ste...@ge...> - 2011-06-09 10:44:45
|
Hello, I have been using fb-contrib on several projects, and one one of those, the analysis gets stucked right in the middle. What can I do to narrow down the issue that is occurring? Thank you for your help. |
From: Jean-Noël R. <jn....@gm...> - 2010-08-30 20:06:11
|
Hello Dave, I noticed a few typos in recent commits. - fb-contrib/trunk/fb-contrib/htdocs/index.shtml - *unintentially *=> *unintentionally* - fb-contrib/trunk/fb-contrib/etc/messages.xml - This implies that the class *operations *through side effects in the constructor, which is a pattern to use. => This implies that the class *operates* through side effects in the constructor, which is *not* a pattern to use. - *serailizes *=> *serializes* Keep going with your good work! Jean-Noël |
From: Dave B. <dbr...@ba...> - 2010-02-18 02:03:25
|
Jean-Noël, Thanks for the mail, I updated the findbugs.xml file as per your suggestion, thanks! >> So I was wondering whether you would be interested in integrating the piece looking where the equals() method was declared in the class hierarchy? Sure! Can you rework it as part of MoreDumbMethods ? That would be great. >> Another interesting thing with this piece of code are the unit tests. That would be great. I'd like to stick to actually Unit tests, where the test was a method, rather than a detector, however. Otherwise, it would seem, that the unit tests would have to be based on reading class files and such that would really slow down the process. If we could build a framework for mocking the findbugs framework, such that each individual method (say sawOpcode) could be tested, that would be awesome. dave Jean-Noël Rouvignac wrote: > Hi Dave, > > I took a look at the differences between MoreDumbMethods and > FindBadUseOfBigDecimalEquals and I could see that the later warns of > the following case: > > GIVEN > A inhertis from BigDecimal but does not override equals() > THEN > soemone calls A.equals() > > This scenario also applies to sub classes of A that do not override > equals(). > > But obviously MoreDumbMethods takes care of a lot more methods. > So I was wondering whether you would be interested in integrating the > piece looking where the equals() method was declared in the class > hierarchy? > > > Another interesting thing with this piece of code are the unit tests. > I was thinking that this could be improved by using annotations > (possibly the findbugs annotations). I am not sure how you run the > tests currently, even though I saw a great deal of test samples. Let > me know if you are interested in using JUnit to run the tests. The > first test is very slow: arund 8 seconds, the next ones are still > slow: 1 second each. This can definitely be improved. > > One last thing is a typo in findbugs.xml file: It is refering > to EQ_BIGDECIMAL_EQUALS instead of MDM_BIGDECIMAL_EQUALS. > > I better included my patch inside fb-contrib source code, and enclosed > a patch for it. I am using maven to compile the code and run the tests > with "mvn install". > > Jean-Noel > > > 2010/2/4 Dave Brosius <dbr...@ba... > <mailto:dbr...@ba...>> > > Hi Jean-Noel, > > The MDM detector was contributed by Chris Peterson, and as > such, i'm not sure what the differences are between what you have > posted here, and what the original MDM detector. Can you > elaborate, thanks!. And thanks for helping out. > > dave > > Jean-Noël Rouvignac wrote: >> Hi, >> >> I saw you added recently the mesage MDM_BIGDECIMAL_EQUALS. >> As I was already working on this, I send you what I have so far. >> I think it might need some last minute polishing. >> >> But I have a test (FindBadUseOfBigDecimalEqualsTest) to ensure >> the detector correctly fnds vioaltions and does not show false >> positives. I use Junit 4 to run it. >> >> You can do whatever change you want on the code as per the >> licence (LGPL 2.1 or posterior, just like fb-confrib). >> If you require me to do more work on it, please let me know. >> >> Cheers, >> Jean-Noel > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > ------------------------------------------------------------------------ > > _______________________________________________ > Fb-contrib-discuss mailing list > Fb-...@li... > https://lists.sourceforge.net/lists/listinfo/fb-contrib-discuss > |
From: Dave B. <dbr...@ba...> - 2010-02-04 03:50:03
|
Hi Jean-Noel, The MDM detector was contributed by Chris Peterson, and as such, i'm not sure what the differences are between what you have posted here, and what the original MDM detector. Can you elaborate, thanks!. And thanks for helping out. dave Jean-Noël Rouvignac wrote: > Hi, > > I saw you added recently the mesage MDM_BIGDECIMAL_EQUALS. > As I was already working on this, I send you what I have so far. > I think it might need some last minute polishing. > > But I have a test (FindBadUseOfBigDecimalEqualsTest) to ensure the > detector correctly fnds vioaltions and does not show false positives. > I use Junit 4 to run it. > > You can do whatever change you want on the code as per the licence > (LGPL 2.1 or posterior, just like fb-confrib). > If you require me to do more work on it, please let me know. > > Cheers, > Jean-Noel > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > ------------------------------------------------------------------------ > > _______________________________________________ > Fb-contrib-discuss mailing list > Fb-...@li... > https://lists.sourceforge.net/lists/listinfo/fb-contrib-discuss > |
From: Dave B. <dbr...@me...> - 2005-12-03 19:19:10
|
Please check fb-contrib.sourceforge.net for details. Thanks, dave |