Name: gm110360 Date: 09/20/2002
FULL PRODUCT VERSION :
build 1.4.1-b21
FULL OPERATING SYSTEM VERSION : Platform independent
ADDITIONAL
OPERATING SYSTEMS : Platform independent
A DESCRIPTION OF THE PROBLEM :
StackTraceElement contains methods getClassName()
and
getMethodName() to return the name of the class and
method
containing the execution point represented by
the stack
frame.
Unfortunately, if the method name is overloaded, this
does
not uniquely identify the method.
Adding a method:
Class[]
getArgumentTypes()
which returns the argument types to the method
would
allow the method to be uniquely specified.
REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 164775)
======================================================================
- relates to
-
JDK-4942697 StackTraceElement doesn't contain Class objects but only the class names
-
- Closed
-