test |
|
Java Source File Name | Type | Comment |
FirstLevelImpl.java | Class | A simple test class that is used to demonstrate that the obfuscator works
and correctly processes methods that are defined in the implemented
interfaces. |
FirstLevelInterface.java | Interface | A simple test interface to demonstrate that the obfuscator correctly
processes interfaces. |
InterfaceTest.java | Class | A simple test class that is used to demonstrate that the obfuscator
correctly processes interfaces to obfuscate. |
SecondLevelImpl.java | Class | A simple test class that is used to demonstrate that the obfuscator works
and correctly processes methods that are defined in the implemented
interfaces. |
SecondLevelInterface.java | Interface | A simple test interface to demonstrate that the obfuscator correctly
processes interfaces. |
Test1.java | Class | This is a simple test class to demonstrate that the obfuscator works. |
Test2.java | Class | This is a simple test class to demonstrate that the obfuscator works. |
Test3.java | Class | This is a simple test class to demonstrate that the obfuscator works. |
TopLevelImpl.java | Class | A simple test class that is used to demonstrate that the obfuscator works
and correctly processes methods that are defined in the implemented
interfaces. |
TopLevelInterface.java | Interface | A simple test interface to demonstrate that the obfuscator correctly
processes interfaces. |