- Aug 02, 2017
-
-
Jérôme Euzenat authored
- suppressed conn variable= use service.getConnection() instead - defined prepared queries - precompiled on the fly if used only once - incremented data base version to 490 - systematic use of try-with-resources for ResultSet
-
- Jul 31, 2017
-
-
Jérôme Euzenat authored
- alid is now defined and set in Metadata - is it initialised to null - there is a guard for the existence of # in the cell ids
-
- Jul 30, 2017
-
-
Jérôme Euzenat authored
This reduces the number of warning raised by findbugs
-
Jérôme Euzenat authored
outputfilename == null instead of !=
-
- Jul 27, 2017
-
-
Jérôme Euzenat authored
- Suppressed useless catches - Used Double.compare - Suppressed unused Clonable
-
Jérôme Euzenat authored
- relies on java.nio.charset.StandardCharsets for character encodings - any mention of UTF relies on it - Fixed default encoding assumptions (set to UTF-8 encoding everywhere)
-
- Jul 26, 2017
-
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
- implemented properly clone() by calling super.clone() - implemented old (deep) clone by copy constructors - implemented copy construtors for toObjectAlignment and toEDOALAlignment - suppressed all clone() from EDOAL - adapted all the tests - Deprecated toObjectAlignment() and toEDOALAlignment()
-
- Jul 25, 2017
-
-
Jérôme Euzenat authored
-
- Jul 20, 2017
-
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
- Jul 19, 2017
-
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
- Jul 18, 2017
-
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
- Better exception (less generic Exception) - more static marked final + protected static initialisations - Extensions implement cloneable - Prepared to use more SQL ProtectedStatement - Fixed a couple of == comparison for strings
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
- Jul 14, 2017
-
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
This is this that solves the problem mentioned in r2138
-
- Jul 12, 2017
-
-
Jérôme Euzenat authored
- updated path - updated onepom - updated clitest message with bash - updated version of logback
-
Jérôme Euzenat authored
- Upgraded to Thrift 0.10.0 (lib) - Upgraded to HTTP Client 4.5.2 and HTTP Core 4.4.4 (lib) - Upgraded to Jena 3.3.0 (lib) - Updated relevant tests
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
- Upgraded to Commons lang 3.6 (lib) - Upgraded to Commons text 1.1 (lib)
-
Jérôme Euzenat authored
- Upgraded to Commons CLI 1.4 (lib) - Upgraded to Commons IO 2.5 (lib) - Upgraded to Commons fileupload 1.3.3 (lib) - Upgraded to gson 2.8.1 (lib) - Upgraded to mysql 5.1.42 (lib) - Upgraded to postgres jdbc 42.1.1 (lib)
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
- following Java 8 lint output
-
- Jun 22, 2017
-
-
Jérôme Euzenat authored
-
- Jun 21, 2017
-
-
Jérôme Euzenat authored
-
- Apr 19, 2017
-
-
Jérôme Euzenat authored
-
Jérôme Euzenat authored
-