Menu

#17 More than 26 classes in a package are lost.

closed-duplicate
None
5
2003-02-18
2003-02-14
Anonymous
No

It appears to me from experimentation that if I have
more than 26 classes (and inner classes) in a single
package, only 26 will make it into the output jad.
(a.class through z.class)

Running the program results in some class missing,
always named with a capital letter. (E.g. class file
com/x/y/A.class not found...) Those capital-lettered
classes just don't make it through for me.

My work-around is to protect enough of the class
names that a-z are sufficient to name the remaining
obfuscated classes.

As background, I am using MIDP 1.0 with the Sprint library.

Related

Bugs: #650

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Doh! My bad. This is a dupe of 619564.
    (I didn't realize I was filtering only a subset of the
    bugs on my first pass.)

    You might want to mention the -dontusemixedcaseclassnames
    flag more prominently in the trouble-shooting section of the
    doc, since the only way to find it is to pore through every
    option, and the connection isn't necessarily immediately
    obvious to some of us. Ahem. Just a thought. Thanks.

     
  • Nobody/Anonymous

    Logged In: NO

    Doh! My bad. This is a dupe of 619564.
    (I didn't realize I was filtering only a subset of the
    bugs on my first pass.)

    You might want to mention the -dontusemixedcaseclassnames
    flag more prominently in the trouble-shooting section of the
    doc, since the only way to find it is to pore through every
    option, and the connection isn't necessarily immediately
    obvious to some of us. Ahem. Just a thought. Thanks.

     
  • Eric Lafortune

    Eric Lafortune - 2003-02-18

    Logged In: YES
    user_id=555208

    You're not the first one to be bitten by the
    case-insensitivity of the Windows file system.
    I often think "Everyone gets what he deserves",
    but that's not very nice.

    Actually, you're right; I'll add a note in the
    troubleshooting section.

    Cheers,

    Eric.

     
  • Eric Lafortune

    Eric Lafortune - 2003-02-18
    • assigned_to: nobody --> lafortune
    • status: open --> closed-duplicate
     

Log in to post a comment.

MongoDB Logo MongoDB