JavaLocation API do not contain information about StackTraceElement fully
qualified name
----------------------------------------------------------------------------------------
Key: KATO-16
URL: https://issues.apache.org/jira/browse/KATO-16
Project: Kato
Issue Type: Bug
Components: API
Reporter: Antonio Sanso
It would be useful keep information about StackTraceElement fully qualified
name e.g. while taking thread dumps.
If we take in consideration the DumpBuilder it just store infromation about
source name
..
loc.filename=e.getFileName();
..
the JavaLocation API doesn't provide a method for fully qualified name (namely
StackTraceElement# getClassName() [0]).
This would make impossible to have a
javax.tools.diagnostics.runtime.java.JavaStackFrame#toString() similar to:
at org.apache.kato.jdump.builder.DumpBuilder.addThreadInfo(DumpBuilder.java:81)
[0]
http://download.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira