Known Bugs/Issues

  • lots ...
  • sometimes the graph looses its orientation from left to the right.

    Thats somehow connected to the Fact, that a policy can link to a class and a class again can connect to a policy. To solve this I would not only parse the config syntactically but also semantically, which will be introduced when I have the time and need for that.

  • In large graphs one can hardly trace the edges, because multiple ones are overlapping.

    Thats an issue with the routing algorithms of dot/graphviz. What I tried so far is to increase the distance between the nodes, so that the edges have more space to navigate. I believe I would need some more testing with dot, to find out, where to tweak this stuff.