Update of /cvsroot/fb-contrib/fb-contrib/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3867/etc
Modified Files:
messages.xml
Log Message:
wow i'm struggling with descriptions
Index: messages.xml
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/etc/messages.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- messages.xml 7 Mar 2006 06:28:33 -0000 1.59
+++ messages.xml 8 Mar 2006 04:40:21 -0000 1.60
@@ -473,7 +473,7 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.PossibleMemoryBloat">
<Details>
<![CDATA[
- <p>looks for classes that maintain collections or StringBuffer/StringBuilder in
+ <p>looks for classes that maintain collections or StringBuffer/StringBuilders in
static member variables, and that do not appear to provide a way to clear or remove
items from these members. Such member variables are likely causes of memory bloat.</p>
<p>It is a fast detector</p>
@@ -969,8 +969,8 @@
</BugPattern>
<BugPattern type="PMB_POSSIBLE_MEMORY_BLOAT">
- <ShortDescription>class defines static field that appears to a memory bloat</ShortDescription>
- <LongDescription>class {0} defines static field that appears to a memory bloat</LongDescription>
+ <ShortDescription>class defines static field that appears to allow memory bloat</ShortDescription>
+ <LongDescription>class {0} defines static field that appears to allow memory bloat</LongDescription>
<Details>
<![CDATA[
<p>This class defines static fields that are collections or StringBuffers that do not
|