[Fb-contrib-commit] SF.net SVN: fb-contrib:[1835] trunk/fb-contrib
Brought to you by:
dbrosius
From: <dbr...@us...> - 2018-05-12 02:20:45
|
Revision: 1835 http://sourceforge.net/p/fb-contrib/code/1835 Author: dbrosius Date: 2018-05-12 02:20:43 +0000 (Sat, 12 May 2018) Log Message: ----------- sync from github Modified Paths: -------------- trunk/fb-contrib/build.xml trunk/fb-contrib/etc/findbugs.xml trunk/fb-contrib/htdocs/index.shtml trunk/fb-contrib/htdocs/repository.html trunk/fb-contrib/pom.xml Modified: trunk/fb-contrib/build.xml =================================================================== --- trunk/fb-contrib/build.xml 2018-05-11 03:29:38 UTC (rev 1834) +++ trunk/fb-contrib/build.xml 2018-05-12 02:20:43 UTC (rev 1835) @@ -31,7 +31,7 @@ <property name="javac.debug" value="on" /> <property name="test_reports.dir" value="${target.dir}/reports/test"/> - <property name="fb-contrib.version" value="7.2.2-SNAPSHOT" /> + <property name="fb-contrib.version" value="7.4.0" /> <property name="sonatype.dir" value="${user.home}/.fb-contrib-${fb-contrib.version}-sonatype" /> Modified: trunk/fb-contrib/etc/findbugs.xml =================================================================== --- trunk/fb-contrib/etc/findbugs.xml 2018-05-11 03:29:38 UTC (rev 1834) +++ trunk/fb-contrib/etc/findbugs.xml 2018-05-12 02:20:43 UTC (rev 1835) @@ -23,7 +23,7 @@ <!-- Detectors --> - <!-- COMMENT OUT FOR RELEASE --> + <!-- COMMENT OUT FOR RELEASE <Detector class="com.mebigfatguy.fbcontrib.debug.OCSDebugger" speed="fast"/> @@ -31,7 +31,7 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope" speed="fast" reports="BAS_BLOATED_ASSIGNMENT_SCOPE" hidden="true" /> - <!-- COMMENT OUT FOR RELEASE --> + COMMENT OUT FOR RELEASE --> <Detector class="com.mebigfatguy.fbcontrib.collect.CollectStatistics" speed="fast" reports="" hidden="true" /> @@ -324,9 +324,6 @@ <Detector class="com.mebigfatguy.fbcontrib.collect.CollectNullableMethodStatus" speed="fast" reports="" hidden="true" /> - - <!-- COMMENT OUT FOR POINT RELEASE --> - <Detector class="com.mebigfatguy.fbcontrib.detect.ListUsageIssues" speed="fast" reports="LUI_USE_SINGLETON_LIST,LUI_USE_COLLECTION_ADD,LUI_USE_GET0"/> <Detector class="com.mebigfatguy.fbcontrib.detect.FunctionalInterfaceIssues" speed="fast" reports="FII_USE_METHOD_REFERENCE,FII_AVOID_CONTAINS_ON_COLLECTED_STREAM,FII_USE_ANY_MATCH,FII_USE_FIND_FIRST,FII_COMBINE_FILTERS,FII_USE_FUNCTION_IDENTITY,FII_AVOID_SIZE_ON_COLLECTED_STREAM" /> @@ -336,6 +333,7 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.ClassEnvy" speed="slow" reports="CE_CLASS_ENVY" /> <!-- COMMENT OUT FOR POINT RELEASE --> + <!-- COMMENT OUT FOR POINT RELEASE --> <!-- BugPattern --> Modified: trunk/fb-contrib/htdocs/index.shtml =================================================================== --- trunk/fb-contrib/htdocs/index.shtml 2018-05-11 03:29:38 UTC (rev 1834) +++ trunk/fb-contrib/htdocs/index.shtml 2018-05-12 02:20:43 UTC (rev 1835) @@ -68,7 +68,7 @@ </li> </ul> </p> - <p style="font-weight: bold;">The latest version of fb-contrib is 7.2.1 available for download + <p style="font-weight: bold;">The latest version of fb-contrib is 7.4.0 available for download <a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22fb-contrib%22">here</a>.</p> <p style="font-weight: bold;">This version requires FindBugs 3.0.1 or better</p> <p style="font-weight: bold;">Please note that active development for this project is now done on @@ -75,11 +75,17 @@ github. If this site seems behind, please <a href="http://github.com/mebigfatguy/fb-contrib">check there</a>. I will try to keep this site up to date, but I'd appreciate a poke if you see something missing.</p> </div> - + <hr/> + <img id="git_image" src="flip1.gif" onClick="toggleBlock('git', 'git_image');" align="top"/> + Detectors added in git<br/> + <div id="git" style="display:none;"> + <ul> + </ul> + </div> <hr/> - <img id="git_image" src="flip2.gif" onClick="toggleBlock('git', 'git_image');" align="top"/> - Detectors added in git<br/> - <div id="git" style="display:block;"> + <img id="v7_4_0_image" src="flip2.gif" onClick="toggleBlock('v7_4_0', 'v7_4_0_image');" align="top"/> + Detectors added in v7.4.0<br/> + <div id="v7_4_0" style="display:block;"> <ul> <li><b>[LUI] List Usage Issues</b><br/> Looks for odd usage patterns when using Lists Modified: trunk/fb-contrib/htdocs/repository.html =================================================================== --- trunk/fb-contrib/htdocs/repository.html 2018-05-11 03:29:38 UTC (rev 1834) +++ trunk/fb-contrib/htdocs/repository.html 2018-05-12 02:20:43 UTC (rev 1835) @@ -22,7 +22,7 @@ <table style="margin-left: 40px; background-color: #A0A0FF; padding: 20px; border-width: 1px; border-style: outset; border-color: #000000;"> <tr><td><b>GroupId:</b></td><td>com.mebigfatguy.fb-contrib</td></tr> <tr><td><b>ArtifactId:</b></td><td>fb-contrib</td></tr> - <tr><td><b>Version:</b></td><td>7.2.1 or 7.2.1.sb</td></tr> + <tr><td><b>Version:</b></td><td>7.4.0 or 7.4.0.sb</td></tr> </table> </div> Modified: trunk/fb-contrib/pom.xml =================================================================== --- trunk/fb-contrib/pom.xml 2018-05-11 03:29:38 UTC (rev 1834) +++ trunk/fb-contrib/pom.xml 2018-05-12 02:20:43 UTC (rev 1835) @@ -6,7 +6,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.mebigfatguy.fb-contrib</groupId> <artifactId>fb-contrib</artifactId> - <version>7.2.2-SNAPSHOT</version> + <version>7.4.0</version> <!-- TODO: Delete this and replace with enforcer plugin. This is for maven plugins only! Latest maven will through warnings. --> <prerequisites> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |