[Fb-contrib-commit] SF.net SVN: fb-contrib:[1532] trunk/fb-contrib/etc/messages.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-04-04 07:05:48
|
Revision: 1532
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1532&view=rev
Author: dbrosius
Date: 2010-04-04 07:05:42 +0000 (Sun, 04 Apr 2010)
Log Message:
-----------
better message
Modified Paths:
--------------
trunk/fb-contrib/etc/messages.xml
Modified: trunk/fb-contrib/etc/messages.xml
===================================================================
--- trunk/fb-contrib/etc/messages.xml 2010-04-04 06:57:39 UTC (rev 1531)
+++ trunk/fb-contrib/etc/messages.xml 2010-04-04 07:05:42 UTC (rev 1532)
@@ -3101,7 +3101,9 @@
<![CDATA[
<p>This method allocates an object using the default constructor in a loop, and then
only uses it in a quasi-static way. It is never assigned to anything that lives outside
- the loop, and could potentially be allocated once outside the loop.
+ the loop, and could potentially be allocated once outside the loop. Often this can be
+ achieved by calling a clear() like method in the loop, to reset the state of the object
+ in the loop.
]]>
</Details>
</BugPattern>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|