Skip to content
Success

Changes

Summary

  1. Code was not wrapped in a try-catch block (commit: b9b054c) (details)
Commit b9b054cbe3a2b72a69397458577917d954f8a262 by noreply
Code was not wrapped in a try-catch block
` visit(OWLSubClassOfAxiom axiom)` uses a try-catch block to call
`notSupported()` if a `UnsupportedICException` is thrown.
The same mechanism was _not_ used in `visit(OWLDataPropertyRangeAxiom
axiom)`, so the code never got to `notSupported()`, resulting in a
`UnsupportedICException` bubbling up instead of simply generating a
warning.
(commit: b9b054c)
The file was modifiedjopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/IntegrityConstraintParser.java (diff)