[Fb-contrib-commit] SF.net SVN: fb-contrib:[1830] trunk/fb-contrib
Brought to you by:
dbrosius
From: <dbr...@us...> - 2017-12-27 00:18:49
|
Revision: 1830 http://sourceforge.net/p/fb-contrib/code/1830 Author: dbrosius Date: 2017-12-27 00:18:47 +0000 (Wed, 27 Dec 2017) 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 2017-12-26 23:49:41 UTC (rev 1829) +++ trunk/fb-contrib/build.xml 2017-12-27 00:18:47 UTC (rev 1830) @@ -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.1.0-SNAPSHOT" /> + <property name="fb-contrib.version" value="7.2.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 2017-12-26 23:49:41 UTC (rev 1829) +++ trunk/fb-contrib/etc/findbugs.xml 2017-12-27 00:18:47 UTC (rev 1830) @@ -23,7 +23,7 @@ <!-- Detectors --> -<!-- COMMENT OUT FOR RELEASE --> + <!-- COMMENT OUT FOR RELEASE <Detector class="com.mebigfatguy.fbcontrib.debug.OCSDebugger" speed="fast"/> @@ -33,7 +33,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" /> @@ -315,9 +315,7 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.OptionalIssues" speed="fast" reports="OI_OPTIONAL_ISSUES_USES_IMMEDIATE_EXECUTION,OI_OPTIONAL_ISSUES_USES_DELAYED_EXECUTION,OI_OPTIONAL_ISSUES_CHECKING_REFERENCE,OI_OPTIONAL_ISSUES_PRIMITIVE_VARIANT_PREFERRED,OI_OPTIONAL_ISSUES_USES_ORELSEGET_WITH_NULL"/> <Detector class="com.mebigfatguy.fbcontrib.detect.UnnecessaryApiConversion" speed="fast" reports="UAC_UNNECESSARY_API_CONVERSION_DATE_TO_INSTANT,UAC_UNNECESSARY_API_CONVERSION_FILE_TO_PATH"/> - - <!-- COMMENT OUT FOR POINT RELEASE --> - + <Detector class="com.mebigfatguy.fbcontrib.detect.UseTryWithResources" speed="fast" reports="UTWR_USE_TRY_WITH_RESOURCES"/> <Detector class="com.mebigfatguy.fbcontrib.detect.ReflectionIssues" speed="fast" reports="RFI_SET_ACCESSIBLE"/> @@ -330,6 +328,7 @@ <!-- COMMENT OUT FOR POINT RELEASE --> + <!-- COMMENT OUT FOR POINT RELEASE --> <!-- BugPattern --> Modified: trunk/fb-contrib/htdocs/index.shtml =================================================================== --- trunk/fb-contrib/htdocs/index.shtml 2017-12-26 23:49:41 UTC (rev 1829) +++ trunk/fb-contrib/htdocs/index.shtml 2017-12-27 00:18:47 UTC (rev 1830) @@ -68,7 +68,7 @@ </li> </ul> </p> - <p style="font-weight: bold;">The latest version of fb-contrib is 7.0.5 available for download + <p style="font-weight: bold;">The latest version of fb-contrib is 7.2.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 @@ -77,9 +77,16 @@ </div> <hr/> - <img id="git_image" src="flip2.gif" onClick="toggleBlock('git', 'git_image');" align="top"/> + <img id="git_image" src="flip1.gif" onClick="toggleBlock('git', 'git_image');" align="top"/> Detectors added in git<br/> - <div id="git" style="display:block;"> + <div id="git" style="display:none;"> + <ul> + </ul> + </div> + <hr/> + <img id="v7_2_0_image" src="flip2.gif" onClick="toggleBlock('v7_2_0', 'v7_2_0_image');" align="top"/> + Detectors added in v7.2.0<br/> + <div id="v7_2_0" style="display:block;"> <ul> <li><b>[UTWR] Use Try With Resources</b><br/> Looks for try/finally blocks that manage resources, without using try-with-resources. Modified: trunk/fb-contrib/htdocs/repository.html =================================================================== --- trunk/fb-contrib/htdocs/repository.html 2017-12-26 23:49:41 UTC (rev 1829) +++ trunk/fb-contrib/htdocs/repository.html 2017-12-27 00:18:47 UTC (rev 1830) @@ -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.0.5 or 7.0.5.sb</td></tr> + <tr><td><b>Version:</b></td><td>7.2.0 or 7.2.0.sb</td></tr> </table> </div> Modified: trunk/fb-contrib/pom.xml =================================================================== --- trunk/fb-contrib/pom.xml 2017-12-26 23:49:41 UTC (rev 1829) +++ trunk/fb-contrib/pom.xml 2017-12-27 00:18:47 UTC (rev 1830) @@ -6,7 +6,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.mebigfatguy.fb-contrib</groupId> <artifactId>fb-contrib</artifactId> - <version>7.1.0-SNAPSHOT</version> + <version>7.2.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. |