There are some areas where typecasting happens, but I would probably start looking here:
|
private OWLAnnotationValue getLiteral(Object value) { |
Sometimes, when dealing with doubles, numbers can suddenly be rendered into scientific notation. That should be generally prevented.
There are some areas where typecasting happens, but I would probably start looking here:
neo4j2owl/src/main/java/ebi/spot/neo4j2owl/exporter/N2OExportService.java
Line 277 in 8aa437b
Sometimes, when dealing with doubles, numbers can suddenly be rendered into scientific notation. That should be generally prevented.