Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

DSDP/MTJ/Automatic Obfuscation

< DSDP‎ | MTJ

Use-Case Specification: Automatic Obfuscation


1. Use Case Description

The code will be obfuscated automatically after a successful compilation


2. Basic Flow

B1: User selects to compile the application code, or the system compiles it automatically, if specified in preferences. B2: The system notifies that the obfuscation was successfully executed.


3. Alternate Flows

Obfuscation fails
A1:If obfuscation fails, an error message will be displayed


4. Preconditions

4.1 Automatic code obfuscation has been set on to project settings

4.2 At least one obfuscator has been installed and configured See: Configure Obfuscator

4.3 The code compiles without errors


5. Postconditions

5.1 The code has been obfuscated successfully


6. Extension Points


7. Special Requirements


8. Additional Information



Comments:


Back to main DSDP-MTJ Use Cases

Back to the top