• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Dout regarding Proguard

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear friends,

Proguard java obfuscator software is great.

Still, I'm having some trouble regarding the following:

- When I do the obfuscation, the class names are renamed, for instance, like a.a.x
But regarding the methods, functions, some correspond to 'a' (a.a.x.a for a double procedure for instance) BUT others - in the same class - have the same letter (namely the void ones). So when I call the lib, it assume the first kind (double, int...) but not the void's...

Can you please help me out in this subject? There's surely one option
I'm not choosing (or are in fact choosing wrongly...) that's creating
this mess...

Please answer as soon as possible,

Kind regards,

Kepler
 
Bartender
Posts: 7488
171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this a hypothetical question, or an actual problem? If the latter, post the details of the methods, the relevant output of the obfuscation, and the relevant part of the ProGuard config file.
 
If you try to please everybody, your progress is limited by the noisiest fool. And this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic