bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/31112] New: Clas.getPackagePortion used incorrectly


From: tromey at gcc dot gnu dot org
Subject: [Bug classpath/31112] New: Clas.getPackagePortion used incorrectly
Date: 9 Mar 2007 19:11:17 -0000

Class uses getPackagePortion internally on the result of getName
to do various things. This looks wrong to me.  For instance,
String[].class.getName() returns "[Ljava.lang.String;".
I think getPackagePortion will return "[Ljava.lang" for this input.
This in turn will interact oddly with something like getResource.


-- 
           Summary: Clas.getPackagePortion used incorrectly
           Product: classpath
           Version: 0.93
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31112





reply via email to

[Prev in Thread] Current Thread [Next in Thread]