Sebb created IMAGING-151:
----------------------------
Summary: ColorGroup.color_counts is mutable public List and is
multiply sorted
Key: IMAGING-151
URL: https://issues.apache.org/jira/browse/IMAGING-151
Project: Commons Imaging
Issue Type: Bug
Reporter: Sebb
ColorGroup.color_counts is a public mutable List.
Also the List is re-sorted in several places
It looks like the field is only used within the package, so can be package
protected.
However it seems odd that the shared list is re-sorted by
MedianCutLongestAxisImplementation.doCut
and
MedianCutMostPopulatedBoxesImplementation.performNextMedianCut (twice)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)