Closed rju closed 4 days ago
author Thomas F. Düllmann -- Tue, 10 Nov 2015 17:15:46 +0100
Attachment kieker-20151109-184819321-UTC-876a9cd6fe28-KIEKER.zip has been added with description: Kieker log example (JPetStore)
author Thomas F. Düllmann -- Tue, 10 Nov 2015 17:17:20 +0100
This is a copy of the GitLab ticket https://build.se.informatik.uni-kiel.de/gitlab/kieker/kieker-trace-diagnosis/issues/26
I added it here to keep everything in one issue tracker.
author nils-christian -- Sat, 21 Nov 2015 16:49:01 +0100
Some parts of the issue have already been solved during the development of 1.1-SNAPSHOT. The remainign parts have been solved with the changesets eaee00a8b9c4a85e340cda3974d623cdb585b311 and a56c227e3681fc394b597c6a4f23ec0e7288681d.
JIRA Issue: KIEKER-1424 Short layouts of Operations and Components are not displayed correctly in some cases Original Reporter: Thomas F. Düllmann
I used some logs I created using the JPetstore (see Attachment).
When using the long operations layout, it is displayed correctly:
public void kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)
When choosing the short operations layout, it displays just FilterChain) (including the closing brace) in this case. It should probably be doFilter(..).
There's a similar behaviour for the components.
Long layout:
public org.mybatis.jpetstore.service.OrderService.<init>()
Short layout: <init>()
It should probably be OrderService.