Constaint.java currently has two duplicate methods. 1. getColumnIterator() 2. columnIterator()
Both the methods return the same value i.e. column.iterator().
One of them needs to be removed in order to reduce and clean the duplication.
Since both the methods are public methods, removing them in minor versions might have a breaking impact on the existing clients. It can be added as an improvement in wip/6.0 |
|