Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
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
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang