Other |
---|
5.0 b51Fixed |
Relates :
|
In Tiger, javac includes a new signature attribute to encode generic type information of methods and constructors. This signature is specified to include the declared throws information in addition to the return type and parameter types. However, javac appears to omit the throws information. Besides providing improper information to runtime reflection, it could cause improper overridding determinations to be made.
|