[Fb-contrib-commit] SF.net SVN: fb-contrib: [741] trunk/fb-contrib/etc/messages.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-12-19 08:26:02
|
Revision: 741 http://svn.sourceforge.net/fb-contrib/?rev=741&view=rev Author: dbrosius Date: 2006-12-19 00:25:31 -0800 (Tue, 19 Dec 2006) Log Message: ----------- add fud warnings for BAS Modified Paths: -------------- trunk/fb-contrib/etc/messages.xml Modified: trunk/fb-contrib/etc/messages.xml =================================================================== --- trunk/fb-contrib/etc/messages.xml 2006-12-19 08:19:21 UTC (rev 740) +++ trunk/fb-contrib/etc/messages.xml 2006-12-19 08:25:31 UTC (rev 741) @@ -697,7 +697,8 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope"> <Details> <![CDATA[ - <p>looks for assignments to variables in a scope larger than it's use. As long as the evaluation of the assignment + <p><b>THIS DETECTOR IS HIGHLY EXPERIMENTAL AND IS LIKELY TO CREATE A LOT OF FUD</b> + Looks for assignments to variables in a scope larger than it's use. As long as the evaluation of the assignment does not have side effects, the assignment can be moved into the inner scope where it is used.</p> ]]> </Details> @@ -1644,7 +1645,8 @@ <LongDescription>Method {1} assigns a variable in a larger scope then is needed</LongDescription> <Details> <![CDATA[ - <p>This method assigns a value to a variable in an outer scope compared to where the variable is actually used. + <p><b>THIS DETECTOR IS HIGHLY EXPERIMENTAL AND IS LIKELY TO CREATE A LOT OF FUD</b> + This method assigns a value to a variable in an outer scope compared to where the variable is actually used. Assuming this evaluation does not have side effects, the assignment can be moved into the inner scope (if block) so that its execution time isn't taken up if the if guard is false. Care should be taken however that the right hand side of the assignment does not contain side This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |