Return-Path: Delivered-To: apmail-xmlgraphics-fop-dev-archive@www.apache.org Received: (qmail 62721 invoked from network); 12 Feb 2008 10:23:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 10:23:02 -0000 Received: (qmail 67398 invoked by uid 500); 12 Feb 2008 10:22:55 -0000 Delivered-To: apmail-xmlgraphics-fop-dev-archive@xmlgraphics.apache.org Received: (qmail 67381 invoked by uid 500); 12 Feb 2008 10:22:55 -0000 Mailing-List: contact fop-dev-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: fop-dev@xmlgraphics.apache.org Delivered-To: mailing list fop-dev@xmlgraphics.apache.org Received: (qmail 67370 invoked by uid 99); 12 Feb 2008 10:22:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 02:22:55 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 10:22:33 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 26AC0714066; Tue, 12 Feb 2008 02:22:40 -0800 (PST) From: bugzilla@apache.org To: fop-dev@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 44393] - Wrong fo.Constant values used for break class In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20080212102241.26AC0714066@brutus.apache.org> Date: Tue, 12 Feb 2008 02:22:40 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=44393 vincent.hennebert@anyware-tech.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From vincent.hennebert@anyware-tech.com 2008-02-12 02:22 ------- Still, I understand your point but there is an inconsistent use of constants IMO. There seems to be a confusion between the break class (auto, column, page...) and the next part where the content should start (any, none (??), column, page...). The handleBreakTrait method expects a break class for its breakVal parameter (according to its javadoc) and actually treats it as a "nextSequenceStartsOn" value. In AbstractBreaker.getNextBlockList en_auto doesn't appear in the switch block for the break class, so there is likely to be a problem in certain situations. Re-opening the bug as a remainder that this area may need to be revised, and I don't have time to look into it now. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.