vitro/webapp
Jim Blake d1b07bcffc VIVO-766 This comparator is invalid under Java 8.
Because subclass/superclass is only a partial ordering, this breaks the contract for Comparator,
and throws an IllegalArgumentException under Java 8. In particular, for classes sub, super and other,
we have sub=other, sub<super, which should imply other<super, but instead other=super.

As far as I can determine, this sort is never used anyway, so there should be no impact in removing it.
PropertyInstanceDaoJena sorts these results again before using them, as does GroupedPropertyList.
2014-12-08 15:31:10 -05:00
..
config VIVO-778 Refactor the connections to the TBox reasoner. 2014-12-08 10:54:07 -05:00
languages/es_GO VIVO-900: on data property hierarchy, range class should be range data type 2014-11-18 10:56:02 -05:00
lib Update JUnit and add Hamcrest matchers. 2014-10-24 10:27:53 -04:00
rdf VIVO-906 Explicitly configure the SearchIndexExcluders and DocumentModifiers. 2014-11-13 17:14:42 -05:00
src VIVO-766 This comparator is invalid under Java 8. 2014-12-08 15:31:10 -05:00
test VIVO-766 Java 8 writes prefixes in a different order. 2014-12-08 15:28:21 -05:00
themes/vitro VIVO-916: fix menu item title so that it includes the linkText variable 2014-11-18 10:22:13 -05:00
web VIVO-778 Refactor the connections to the TBox reasoner. 2014-12-08 10:54:07 -05:00
build.xml VIVO-906 Assemble application at runtime. 2014-11-13 17:11:11 -05:00
context.xml VIVO-2 Modify the build so installers can create a container-neutral VIVO. 2013-01-16 14:54:33 -05:00
webapp.doxyfile Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception. 2010-01-29 22:13:57 +00:00