]> source.dussan.org Git - xmlgraphics-fop.git/commit
New method: FONode.decorateWithContextInfo() adds context information to an error...
authorJeremias Maerki <jeremias@apache.org>
Tue, 13 Dec 2005 19:48:04 +0000 (19:48 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 13 Dec 2005 19:48:04 +0000 (19:48 +0000)
commit32521d94ac717c6f07f4d45607d1d049c839c42c
tree4c405a9bc0abee3e33031a242d9e0eb7dd2024c8
parent97233ecb13be21d14b04265c31023b6a759e9d71
New method: FONode.decorateWithContextInfo() adds context information to an error or log message by either providing the locator information or by gathering context information from the context FOs.
Improved log and error messages in a number of places by adding additional context information that should make it easier to find the location in the source files.
Added a check to detect inline overflows (LineLayoutManager).
Added a check to detect in-page overflows (PageBreakingAlgorithm).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@356592 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/FONode.java
src/java/org/apache/fop/fo/FOText.java
src/java/org/apache/fop/fo/FObj.java
src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/TableStepper.java
src/java/org/apache/fop/render/rtf/RTFHandler.java