This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 49468 - Obfuscation doesn't work properly
Summary: Obfuscation doesn't work properly
Status: CLOSED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-23 11:53 UTC by rubesm
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rubesm 2004-09-23 11:53:47 UTC
Obfuscator (Proguard tested) does not obfuscate
main midlet class at all! The others are
obfuscated well. This issue enlarges suite size.
Only class name and inherited methods from
javax.microedition.midlet.MIDlet need to be
unchanged, the others can be renamed without any
problem.
Comment 1 Adam Sotona 2004-09-23 13:06:35 UTC
Obfuscation depends on the level you select in Project Properties /
Obfuscation panel / Obfuscation Level.
If I select "Level 9 - Everything except public methods of MIDlet
classes. Mainly for applications." it works.
All the private, protected and package private methods and all the
fields of MIDlets are obfuscated.
Comment 2 Lukas Hasik 2005-04-22 10:47:53 UTC
closing