]> source.dussan.org Git - xmlgraphics-fop.git/commit
Minor refactoring and style fixups:
authorAndreas L. Delmelle <adelmelle@apache.org>
Sat, 19 Jun 2010 19:10:10 +0000 (19:10 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sat, 19 Jun 2010 19:10:10 +0000 (19:10 +0000)
commit4ed47c3dd4e24ed8654695655493ac4283ed716b
tree6b4a4f62710fa626ee35b12da9765876dfb91498
parent0c428f0574116bf5f8013a7af03e2d1697b1d7ff
Minor refactoring and style fixups:
- private lineLayoutsList can be a primitive array
- eliminate some stray hungarians (inconsistent btw: iFirstIndex, but nEliminableLines...)
- inverted principal loop in createLineBreaks(), to make debugging less confusing (and preparation for partial fix of Bug 38264)
- compacted some boolean expressions ( (x ? true : false) -> plain x )
- removed some commented code
- extracted some code into processUpdates; findHyphenationPoints was getting too long
- minor javadoc fixups

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@956271 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java