Author: adelmelle
Date: Fri Jul  3 20:44:45 2009
New Revision: 791012

URL: http://svn.apache.org/viewvc?rev=791012&view=rev
Log:
Added reminder to check later on...

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TablePart.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TablePart.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TablePart.java?rev=791012&r1=791011&r2=791012&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TablePart.java 
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TablePart.java 
Fri Jul  3 20:44:45 2009
@@ -110,13 +110,13 @@
             pendingSpans = null;
             columnNumberManager = null;
         }
-
         if (!(tableRowsFound || tableCellsFound)) {
             missingChildElementError("marker* (table-row+|table-cell+)", true);
             getParent().removeChild(this);
         } else {
             finishLastRowGroup();
         }
+
     }
 
     /** {...@inheritdoc} */
@@ -204,6 +204,9 @@
                 //nop
             }
         }
+        //TODO: possible performance problems in case of large tables...
+        //If the number of children grows significantly large, the default
+        //implementation in FObj will get slower and slower...
         super.addChildNode(child);
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to