|
Quick Lists
|
|
Bug ID:
|
6887895
|
|
Votes
|
0
|
|
Synopsis
|
CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly
|
|
Category
|
java:javap
|
|
Reported Against
|
|
|
Release Fixed
|
7(b75)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
02-OCT-2009
|
|
Description
|
In the com.sun.tools.classfile library, CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly. It returns the full descriptor, e.g. "[C". It should probably return null.
Posted Date : 2009-10-02 20:21:29.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Should return null for arrays of primitives
Posted Date : 2009-10-08 21:28:48.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |