Josef Hardi

Results 28 issues of Josef Hardi

Hi, I couldn't find the column that you are referring in the code below (line 115) where there is a mapped_code data in the column index 44 in the "Compound.csv"...

Steps to reproduce: 1. Double click an OWL file. You might need to associate .owl with Protege in the "Open with..." dialog. 2. Protege will throw an error dialog with...

Type: Bug

``` Uncaught Exception in thread 'AWT-EventQueue-0' java.lang.RuntimeException: Cycle detected in graph at org.eclipse.draw2d.graph.InitialRankSolver.solve(InitialRankSolver.java:54) ~[na:na] at org.eclipse.draw2d.graph.InitialRankSolver.visit(InitialRankSolver.java:33) ~[na:na] at org.eclipse.draw2d.graph.DirectedGraphLayout.visit(DirectedGraphLayout.java:98) ~[na:na] at org.eclipse.zest.layouts.algorithms.DirectedGraphLayoutAlgorithm$ExtendedDirectedGraphLayout.visit(DirectedGraphLayoutAlgorithm.java:43) ~[na:na] at org.eclipse.zest.layouts.algorithms.DirectedGraphLayoutAlgorithm.applyLayoutInternal(DirectedGraphLayoutAlgorithm.java:83) ~[na:na] at org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.applyLayout(AbstractLayoutAlgorithm.java:481) ~[na:na] at...

bug

Having this transformation rule, for example ``` Class: @A* Annotations: foaf:depiction @B*(IRI) ``` will throw an error if there are empty cells in column B

This transformation rule, for example, ``` Class: @A*(IRI) ``` should prevent the default prefix from appearing in front of the value obtained from column A. But instead MM creates an...

Currently, this is hard-coded in this [line](https://github.com/protegeproject/protege-client/blob/ab8e8cc60a04fa24a460707d68a1ee987e1c4ea1/src/main/java/org/protege/editor/owl/client/LocalHttpClient.java#L378): ``` ChangeHistory latestChanges = getLatestChanges(sdoc, DocumentRevision.START_REVISION); ``` The anchoring revision should come from the latest revision (i.e., head revision) of the local ontology...

The login menu will be part of the server-admin-plugin