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 253943 - Obfuscation does not affect class files that are included to the JAR from other projects/libraries
Summary: Obfuscation does not affect class files that are included to the JAR from oth...
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-29 11:29 UTC by Digital
Modified: 2015-07-29 11:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Digital 2015-07-29 11:29:14 UTC
Suppose I have two project: Liblet and Demo.

Liblet is compiled into Liblet.jad/.jar files without obfuscation usage.

Let the Demo project depend on classes from Liblet.jar. So project Demo has a Liblet.jad stated in compile-time dependencies and in Dependencies folder has the tick "Use this LIBlet as a Java ME library ..." enabled (so that classes from the Liblet.jar are incorporated into the Demo.jar). Also Demo project has the maximum level of obfuscation(Level "High") enabled. Then after compilation I can see inside the Demo.jar that only classes from the Demo project were obfuscated, classes which originally are from the Liblet.jar are left intact.

It is needed to have a checkbox or another way to make all classes inside the JAR obfuscated (even ones which were included from other LIBlets JARs).