<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for FindBugs</title><link>https://sourceforge.net/p/findbugs/activity/</link><description>Recent activity for FindBugs</description><language>en</language><lastBuildDate>Thu, 23 Jan 2020 12:13:44 -0000</lastBuildDate><item><title>Steve Ebersole posted a comment on ticket #297</title><link>https://sourceforge.net/p/findbugs/feature-requests/297/?limit=25#8e99</link><description>Just saw https://sourceforge.net/p/findbugs/feature-requests/364/ I'll post there</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Ebersole</dc:creator><pubDate>Thu, 23 Jan 2020 12:13:44 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/feature-requests/297/?limit=25#8e99</guid></item><item><title>Steve Ebersole posted a comment on ticket #297</title><link>https://sourceforge.net/p/findbugs/feature-requests/297/?limit=25#c693</link><description>Is the intention to allow configuration to disallow Optional use at all as well?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Ebersole</dc:creator><pubDate>Thu, 23 Jan 2020 12:12:40 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/feature-requests/297/?limit=25#c693</guid></item><item><title>Andrey Loskutov posted a comment on ticket #1458</title><link>https://sourceforge.net/p/findbugs/bugs/1458/?limit=25#5c54</link><description>Please consider to read this: https://sourceforge.net/p/findbugs/bugs/1487/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Mon, 05 Nov 2018 09:28:47 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1458/?limit=25#5c54</guid></item><item><title>DaHoC posted a comment on ticket #1458</title><link>https://sourceforge.net/p/findbugs/bugs/1458/?limit=25#390c</link><description>Why did you reject this? It is a valid issue that FindBugs is not respecting the official Java class naming identifiers (see http://docs.oracle.com/javase/specs/jls/se7/html/jls-3.html#jls-3.8). Ran into the same issue constellation with groovy</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaHoC</dc:creator><pubDate>Mon, 05 Nov 2018 09:21:55 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1458/?limit=25#390c</guid></item><item><title>SRINIVAS MACHERLA posted a comment on ticket #1370</title><link>https://sourceforge.net/p/findbugs/bugs/1370/?limit=25#50cd</link><description>Reopened bug here https://github.com/spotbugs/spotbugs/issues/735</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SRINIVAS MACHERLA</dc:creator><pubDate>Thu, 16 Aug 2018 13:29:25 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1370/?limit=25#50cd</guid></item><item><title>SRINIVAS MACHERLA modified a comment on ticket #1370</title><link>https://sourceforge.net/p/findbugs/bugs/1370/?limit=25#ad41</link><description>In case of overloaded methods still findbugs reports same error. Its working only after I change the method name. For below scenario, findbug reports UPM_UNCALLED_PRIVATE_METHOD. public List&lt;String&gt; readLocations(final List&lt;String&gt; inputs) { return inputs.stream() .map(MyClass::createPath) // here comes more code..; } private Path createPath(final String input) { // doesn't matter return createPath(input, 0); } private Path createPath(final String input, final int d) { // doesn't matter return null;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SRINIVAS MACHERLA</dc:creator><pubDate>Thu, 16 Aug 2018 13:23:28 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1370/?limit=25#ad41</guid></item><item><title>SRINIVAS MACHERLA posted a comment on ticket #1370</title><link>https://sourceforge.net/p/findbugs/bugs/1370/?limit=25#ad41</link><description>In case of overloaded methods still findbugs reports same error. Its working only after I change the method name. For below scenario, findbug reports UPM_UNCALLED_PRIVATE_METHOD. public List&lt;String&gt; readLocations(final List&lt;String&gt; inputs) { return inputs.stream() .map(MyClass::createPath) // here comes more code..; } private Path createPath(final String input) { // doesn't matter return createPath(input, 0); } private Path createPath(final String input, final int d) { // doesn't matter return null;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SRINIVAS MACHERLA</dc:creator><pubDate>Thu, 16 Aug 2018 13:21:50 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1370/?limit=25#ad41</guid></item><item><title>Thomas Coquan created ticket #31</title><link>https://sourceforge.net/p/findbugs/support-requests/31/</link><description>Issue on Gradle update</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Coquan</dc:creator><pubDate>Mon, 07 May 2018 09:59:47 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/support-requests/31/</guid></item><item><title>Andrey Loskutov modified ticket #1490</title><link>https://sourceforge.net/p/findbugs/bugs/1490/</link><description>False Positive Kotlin lateInit</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Tue, 10 Apr 2018 19:46:03 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1490/</guid></item><item><title>Rafael Leonardo created ticket #1490</title><link>https://sourceforge.net/p/findbugs/bugs/1490/</link><description>False Positive Kotlin lateInit</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafael Leonardo</dc:creator><pubDate>Tue, 10 Apr 2018 15:42:26 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1490/</guid></item><item><title>Mathuriga Thavarajah posted a comment on discussion Help</title><link>https://sourceforge.net/p/findbugs/discussion/334433/thread/d93f5d1d/?limit=25#e716</link><description>I got bug says " OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE" Here is my code : /** * Copies the contents of the input file to the output file. */ public static void copy(File in, File out) throws IOException { FileInputStream inStream = new FileInputStream(in); FileOutputStream outStream = new FileOutputStream(out); try { copy(inStream, outStream); } finally { try { outStream.flush(); outStream.close(); inStream.close();. } catch (Exception e) { log.error("Failed to close stream"); } } } Here i have...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathuriga Thavarajah</dc:creator><pubDate>Mon, 12 Mar 2018 18:24:37 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/discussion/334433/thread/d93f5d1d/?limit=25#e716</guid></item><item><title>Michael Vorburger posted a comment on ticket #355</title><link>https://sourceforge.net/p/findbugs/feature-requests/355/?limit=25#f5c3</link><description>==&gt; https://github.com/spotbugs/spotbugs/issues/586</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Vorburger</dc:creator><pubDate>Mon, 12 Mar 2018 17:24:33 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/feature-requests/355/?limit=25#f5c3</guid></item><item><title>Cash Fields created ticket #30</title><link>https://sourceforge.net/p/findbugs/support-requests/30/</link><description>EPIC ECLIPSE will not create a new PERL Project</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cash Fields</dc:creator><pubDate>Sat, 03 Feb 2018 07:23:57 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/support-requests/30/</guid></item><item><title>Andrey Loskutov posted a comment on ticket #1168</title><link>https://sourceforge.net/p/findbugs/bugs/1168/?limit=25#0274/55c2</link><description>Development moved to https://github.com/spotbugs/spotbugs ! Please if you have a bug and can reproduce it, create an issue at https://github.com/spotbugs/spotbugs/issues . This bug tracker and this project are effectively dead, no one will respond here because development moved to https://github.com/spotbugs/spotbugs. Please read this for details: https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2016-November/004321.html https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2017-September/0...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Fri, 27 Oct 2017 14:03:27 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1168/?limit=25#0274/55c2</guid></item><item><title>Jiri Kiml posted a comment on ticket #1168</title><link>https://sourceforge.net/p/findbugs/bugs/1168/?limit=25#acdc/11a1</link><description>Why rejected? Is there no plan to fix it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jiri Kiml</dc:creator><pubDate>Fri, 27 Oct 2017 13:40:12 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1168/?limit=25#acdc/11a1</guid></item><item><title>Jiri Kiml posted a comment on ticket #1168</title><link>https://sourceforge.net/p/findbugs/bugs/1168/?limit=25#0274</link><description>Why it was rejected? Call of private method from constructor is quite common/safe approach how to initialize fields. Such "False positive" makes many developers unhappy.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jiri Kiml</dc:creator><pubDate>Fri, 27 Oct 2017 13:38:10 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1168/?limit=25#0274</guid></item><item><title>Konrad Windszus modified a comment on ticket #1355</title><link>https://sourceforge.net/p/findbugs/bugs/1355/?limit=25#20eb</link><description>Now tracked in https://github.com/spotbugs/spotbugs/issues/471</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Konrad Windszus</dc:creator><pubDate>Mon, 23 Oct 2017 10:42:43 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1355/?limit=25#20eb</guid></item><item><title>Konrad Windszus posted a comment on ticket #1355</title><link>https://sourceforge.net/p/findbugs/bugs/1355/?limit=25#20eb</link><description>Now tracked in https://github.com/spotbugs/spotbugs/issues/471.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Konrad Windszus</dc:creator><pubDate>Mon, 23 Oct 2017 10:42:23 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1355/?limit=25#20eb</guid></item><item><title>Olivier J. posted a comment on ticket #1250</title><link>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#4c9b</link><description>https://github.com/spotbugs/spotbugs/issues/469</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier J.</dc:creator><pubDate>Mon, 23 Oct 2017 07:37:11 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#4c9b</guid></item><item><title>Olivier J. modified a comment on ticket #1250</title><link>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#519a/e271/609e</link><description>Thanks ! Ill check with the latest spotbugs version and if I can still reproduce i'll fill an issue. Off topic, regarding this project rename/fork, if possible, if would be nice to provide information of such change (for existing &amp; new developpers, and for SEO) everywhere it is possible : http://findbugs.sourceforge.net/ https://en.wikipedia.org/wiki/FindBugs Maybe remove/delete this fork which appears before spotbugs in common search engine results : https://github.com/findbugsproject/findbugs Inform...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier J.</dc:creator><pubDate>Sun, 22 Oct 2017 18:53:03 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#519a/e271/609e</guid></item><item><title>Olivier J. posted a comment on ticket #1250</title><link>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#519a/e271/609e</link><description>Thanks ! Ill check with the latest spotbugs version and if I can still reproduce i'll fill an issue. Off topic, regarding this project rename/fork, if possible, if would be nice to provide information of such change (for existing &amp; new developpers, and for SEO) everywhere it is possible : http://findbugs.sourceforge.net/ https://en.wikipedia.org/wiki/FindBugs Maybe remove/delete this fork which appears before spotbugs in the results : https://github.com/findbugsproject/findbugs Inform the author...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier J.</dc:creator><pubDate>Sun, 22 Oct 2017 18:52:26 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#519a/e271/609e</guid></item><item><title>Andrey Loskutov posted a comment on ticket #1250</title><link>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#519a/e271</link><description>Development moved to https://github.com/spotbugs/spotbugs ! Please if you have a bug and can reproduce it, create an issue at https://github.com/spotbugs/spotbugs/issues . This bug tracker and this project are effectively dead, no one will respond here because development moved to https://github.com/spotbugs/spotbugs. Please read this for details: https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2016-November/004321.html https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2017-September/0...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 18:42:28 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#519a/e271</guid></item><item><title>Olivier J. posted a comment on ticket #1250</title><link>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#519a</link><description>Hi Andrey, Could elaborate on this rejection ? This use case seems quite legitimate to me. Thanks for your feedback</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier J.</dc:creator><pubDate>Sun, 22 Oct 2017 18:40:37 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1250/?limit=25#519a</guid></item><item><title>Andrey Loskutov posted a comment on ticket #364</title><link>https://sourceforge.net/p/findbugs/feature-requests/364/?limit=25#6312/7f22</link><description>Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 18:31:08 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/feature-requests/364/?limit=25#6312/7f22</guid></item><item><title>Andrey Loskutov modified ticket #29</title><link>https://sourceforge.net/p/findbugs/support-requests/29/</link><description>Do not report issues here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 18:30:31 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/support-requests/29/</guid></item><item><title>Andrey Loskutov modified ticket #250</title><link>https://sourceforge.net/p/findbugs/patches/250/</link><description>Do not create patches here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 18:30:05 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/250/</guid></item><item><title>Andrey Loskutov modified ticket #1487</title><link>https://sourceforge.net/p/findbugs/bugs/1487/</link><description>Do not report bugs here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 18:29:18 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1487/</guid></item><item><title>Andrey Loskutov modified ticket #364</title><link>https://sourceforge.net/p/findbugs/feature-requests/364/</link><description>Do not report feature requests here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 18:28:26 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/feature-requests/364/</guid></item><item><title>Philipp Wendler posted a comment on ticket #364</title><link>https://sourceforge.net/p/findbugs/feature-requests/364/?limit=25#6312</link><description>The first two links are broken because Sourceforge includes the punctuation in the link target.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp Wendler</dc:creator><pubDate>Sun, 22 Oct 2017 18:27:07 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/feature-requests/364/?limit=25#6312</guid></item><item><title>Philipp Wendler posted a comment on ticket #256</title><link>https://sourceforge.net/p/findbugs/feature-requests/256/?limit=25#c3da</link><description>I reported this for SpotBugs: https://github.com/spotbugs/spotbugs/issues/464</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp Wendler</dc:creator><pubDate>Sun, 22 Oct 2017 18:26:14 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/feature-requests/256/?limit=25#c3da</guid></item><item><title>Andrey Loskutov created ticket #29</title><link>https://sourceforge.net/p/findbugs/support-requests/29/</link><description>Do not report issues here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 17:47:31 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/support-requests/29/</guid></item><item><title>Andrey Loskutov posted a comment on ticket #1395</title><link>https://sourceforge.net/p/findbugs/bugs/1395/?limit=25#1975/88b8</link><description>Development moved to https://github.com/spotbugs/spotbugs. Please if you have a bug and can reproduce it, create an issue at https://github.com/spotbugs/spotbugs/issues. This bug tracker and this project are effectively dead, no one will respond here because development moved to https://github.com/spotbugs/spotbugs. Please read this for details: https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2016-November/004321.html https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2017-September/004...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 17:40:52 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1395/?limit=25#1975/88b8</guid></item><item><title>Andrey Loskutov created ticket #250</title><link>https://sourceforge.net/p/findbugs/patches/250/</link><description>Do not create patches here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 17:37:58 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/250/</guid></item><item><title>Andrey Loskutov modified ticket #1487</title><link>https://sourceforge.net/p/findbugs/bugs/1487/</link><description>Do not report bugs here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 17:37:36 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1487/</guid></item><item><title>Andrey Loskutov modified ticket #364</title><link>https://sourceforge.net/p/findbugs/feature-requests/364/</link><description>Do not report feature requests here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 17:35:04 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/feature-requests/364/</guid></item><item><title>Andrey Loskutov created ticket #364</title><link>https://sourceforge.net/p/findbugs/feature-requests/364/</link><description>Do not report feature requests here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 17:34:33 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/feature-requests/364/</guid></item><item><title>Andrey Loskutov modified ticket #1487</title><link>https://sourceforge.net/p/findbugs/bugs/1487/</link><description>Please do not report bugs here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 17:28:59 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1487/</guid></item><item><title>Stefan Ferstl posted a comment on ticket #1395</title><link>https://sourceforge.net/p/findbugs/bugs/1395/?limit=25#1975</link><description>Any reason why this issue is rejected?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Ferstl</dc:creator><pubDate>Sun, 22 Oct 2017 17:28:05 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1395/?limit=25#1975</guid></item><item><title>Andrey Loskutov posted a comment on ticket #1489</title><link>https://sourceforge.net/p/findbugs/bugs/1489/?limit=25#2a2c/62c8</link><description>Believe or not, I can't! Please read this for details: https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2016-November/004321.html https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2017-September/004383.html</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 17:27:23 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1489/?limit=25#2a2c/62c8</guid></item><item><title>Yannick Schinko posted a comment on ticket #1489</title><link>https://sourceforge.net/p/findbugs/bugs/1489/?limit=25#2a2c</link><description>You then might want to update this page: http://findbugs.sourceforge.net/reportingBugs.html</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yannick Schinko</dc:creator><pubDate>Sun, 22 Oct 2017 16:53:09 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1489/?limit=25#2a2c</guid></item><item><title>Andrey Loskutov modified ticket #1489</title><link>https://sourceforge.net/p/findbugs/bugs/1489/</link><description>Wrong NP_NULL_ON_SOME_PATH warning if Preconditions check contains line break</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 16:34:28 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1489/</guid></item><item><title>Andrey Loskutov posted a comment on ticket #1489</title><link>https://sourceforge.net/p/findbugs/bugs/1489/?limit=25#9ffa</link><description>This project continues development in a new home: https://github.com/spotbugs/spotbugs/ Please do not open new issues here anymore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Loskutov</dc:creator><pubDate>Sun, 22 Oct 2017 16:33:19 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1489/?limit=25#9ffa</guid></item><item><title>Yannick Schinko created ticket #1489</title><link>https://sourceforge.net/p/findbugs/bugs/1489/</link><description>Wrong NP_NULL_ON_SOME_PATH warning if Preconditions check contains line break</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yannick Schinko</dc:creator><pubDate>Sun, 22 Oct 2017 15:50:55 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/bugs/1489/</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:46 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:45 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:43 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:41 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:40 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:38 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:36 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:34 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:33 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:30 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:29 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:28 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:26 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:25 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:24 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:22 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:20 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:18 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:17 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:14 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:13 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:12 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:10 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:09 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:08 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:07 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:05 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:01 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:35:00 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:57 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:56 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:55 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:54 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:51 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:49 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:47 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:46 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:45 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:44 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:42 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:41 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:39 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:37 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:35 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:34 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:31 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:30 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:29 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:28 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:26 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:25 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:24 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:22 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:20 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:18 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:17 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item><item><title>Anonymous modified a comment on ticket #228</title><link>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</link><description>New Detector class, patches for messages.xml, findbugs.xml and a test case file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 04 Sep 2017 09:34:15 -0000</pubDate><guid>https://sourceforge.net/p/findbugs/patches/228/?limit=25#1fe9</guid></item></channel></rss>