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 149919 - It's impossible to use max level of obfuscation for CDC projects
Summary: It's impossible to use max level of obfuscation for CDC projects
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2008-10-13 09:48 UTC by ingwarr
Modified: 2009-04-07 15:52 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 ingwarr 2008-10-13 09:48:48 UTC
Build process fails due to errors in obfuscation arguments: because configuration refers to "unknown" class
javax.microedition.midlet.MIDlet.

Arguments for max level of obfuscation should be changed or if it is impossible we need to add notes to documentation.
Comment 1 Karol Harezlak 2008-10-24 12:55:17 UTC
Could you provide information how to reproduce it? Thanks
Comment 2 Petr Suchomel 2008-10-24 12:58:50 UTC
I would understand it - is is designed, that main class is MIDlet. I would strongly recommend you to use level 1 and set
up custom parameters
Comment 3 Petr Suchomel 2008-11-22 10:29:17 UTC
Obfuscation should be available only to appropriate configurations
Comment 4 _ tboudreau 2008-12-10 18:39:33 UTC
Petr:  So do we want obfuscation completely disabled for CDC projects, or a limit on the level?
Comment 5 Petr Suchomel 2008-12-10 19:49:30 UTC
IMHO, correct approach is not to have obfuscation available. Otherwise the concept should be rather different.
Comment 6 _ tboudreau 2009-01-16 20:16:33 UTC
Fixed in b82c4a9b6544 - obfuscation UI disabled in CDC projects and displays note that obfuscation is not supported for
CDC projects.