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





--- Comment #8 from Trejkaz <[email protected]>  2009-03-11 22:20:00 PST ---
Looking at the current trunk version (and the slightly older version we're
running) it seems that half of my workaround (rewritten) ended up becoming the
current version of getAllPictures().

The only inconsistency is that the rewrite in the POI version results in it
returning the same image multiple times (as it's no longer building the map to
keep track of this.)

I'm not sure whether I should (a) modify POI so that it removes the duplicates
and submit that up, or (b) add some method to Picture so that I can
de-duplicate myself from the outside, and then submit that smaller modification
up.

Obviously I'm leaning toward (a) but since it seems like the duplicate removal
was intentionally removed from the code, perhaps (b) is the better option?

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

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

Reply via email to