https://issues.apache.org/bugzilla/show_bug.cgi?id=49687

--- Comment #32 from Andreas L. Delmelle <adelme...@apache.org> 2011-06-10 
19:11:54 UTC ---

I just tried checking it out, and got two types of compile error when trying to
build:

    [javac] ... org/apache/fop/layoutmgr/BidiUtil.java:42: cannot find symbol
    [javac] symbol  : class Viewport
    [javac] location: package org.apache.fop.area.inline
    [javac] import org.apache.fop.area.inline.Viewport;
    [javac]                                  ^

    [javac] ... org/apache/fop/layoutmgr/BidiUtil.java:107: reference to
collectRuns is ambiguous, both method
collectRuns(java.util.List,java.util.List) in org.apache.fop.layoutmgr.BidiUtil
and method collectRuns(Viewport,java.util.List) in
org.apache.fop.layoutmgr.BidiUtil match
    [javac]         List runs = collectRuns ( la.getInlineAreas(), new Vector()
);
    [javac]                     ^
    ...
    [javac] 13 errors

Replacing all references with InlineViewport fixes the problem (committed in
rev 1134414)

First look: hope the CS suppressions aren't there to stay... ;-P

(more detailed review to follow)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to