--- old/modules/base/src/test/java/test/javafx/collections/TransformationListTest.java 2016-05-11 18:54:26.524742600 +0300 +++ new/modules/base/src/test/java/test/javafx/collections/TransformationListTest.java 2016-05-11 18:54:26.339732000 +0300 @@ -85,6 +85,11 @@ } @Override + public int getViewIndex(int index) { + throw new UnsupportedOperationException("Not supported yet."); + } + + @Override public boolean removeAll(String... es) { throw new UnsupportedOperationException("Not supported yet."); }