Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] New ICU, new NPEs

Hi,

As I'm just trying out today's build I noticed that the contract for com.icu.text.Collator#comparator has changed in an incompatible way.
Indeed the comparator method no longer accept null as parameter, and will throw an NPE. For an example of the stack trace, you can see in http://bug.eclipse.org/395210.

Note that not only does that affect direct users of the Collator but it also probably affects users of JFace ViewerComparator.

Pascal



Back to the top