Short operation names are now always displayed correctly
When opening the constructor events example log from the Kieker userguide, the short operation names are not displayed correctly. E.g.,
public static void kieker.examples.userguide.ch5bookstore.BookstoreStarter.main(java.lang.String[])
is displayed as
String[])
However, it should be
main(...)